diff options
author | Jesse Vincent <jesse@keyboard.io> | 2017-11-13 18:14:08 -0800 |
---|---|---|
committer | Jesse Vincent <jesse@keyboard.io> | 2017-11-13 18:14:08 -0800 |
commit | cd2f939adc5ec69c6fd5af5b44859df3395a2d08 (patch) | |
tree | 2cad085f512089af5a73213bd4b23ac428da9e9e | |
parent | 8e1c9d01118576b442ddf3d10fe34c3251eabe73 (diff) | |
download | Model01-Firmware-cd2f939adc5ec69c6fd5af5b44859df3395a2d08.tar.gz Model01-Firmware-cd2f939adc5ec69c6fd5af5b44859df3395a2d08.zip |
Now that 'Consumer_Mute' is no longer blocked by 'is_internal', we canv1.22
switch back to using it, to get a working mute toggle on linux, windows
and osx.
-rw-r--r-- | Model01-Firmware.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino index f883756..14d7efb 100644 --- a/Model01-Firmware.ino +++ b/Model01-Firmware.ino @@ -169,7 +169,7 @@ const Key keymaps[][ROWS][COLS] PROGMEM = { Consumer_ScanPreviousTrack, Key_F6, Key_F7, Key_F8, Key_F9, Key_F10, Key_F11, Consumer_PlaySlashPause, Consumer_ScanNextTrack, Key_LeftCurlyBracket, Key_RightCurlyBracket, Key_LeftBracket, Key_RightBracket, Key_F12, Key_LeftArrow, Key_DownArrow, Key_UpArrow, Key_RightArrow, ___, ___, - Key_PcApplication, Key_Mute, Consumer_VolumeDecrement, Consumer_VolumeIncrement, ___, Key_Backslash, Key_Pipe, + Key_PcApplication, Consumer_Mute, Consumer_VolumeDecrement, Consumer_VolumeIncrement, ___, Key_Backslash, Key_Pipe, ___, ___, Key_Enter, ___, ___) |