Skip to content

Commit cd2f939

Browse files
committed
Now that 'Consumer_Mute' is no longer blocked by 'is_internal', we can
switch back to using it, to get a working mute toggle on linux, windows and osx.
1 parent 8e1c9d0 commit cd2f939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model01-Firmware.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const Key keymaps[][ROWS][COLS] PROGMEM = {
169169
Consumer_ScanPreviousTrack, Key_F6, Key_F7, Key_F8, Key_F9, Key_F10, Key_F11,
170170
Consumer_PlaySlashPause, Consumer_ScanNextTrack, Key_LeftCurlyBracket, Key_RightCurlyBracket, Key_LeftBracket, Key_RightBracket, Key_F12,
171171
Key_LeftArrow, Key_DownArrow, Key_UpArrow, Key_RightArrow, ___, ___,
172-
Key_PcApplication, Key_Mute, Consumer_VolumeDecrement, Consumer_VolumeIncrement, ___, Key_Backslash, Key_Pipe,
172+
Key_PcApplication, Consumer_Mute, Consumer_VolumeDecrement, Consumer_VolumeIncrement, ___, Key_Backslash, Key_Pipe,
173173
___, ___, Key_Enter, ___,
174174
___)
175175

0 commit comments

Comments
 (0)