diff options
author | Jesse Vincent <jesse@keyboard.io> | 2017-08-07 14:15:34 +0900 |
---|---|---|
committer | Jesse Vincent <jesse@keyboard.io> | 2017-08-14 15:46:27 -0700 |
commit | 384ee30f55639b8728e882660e65917a9d302bda (patch) | |
tree | ac89276d7a052dd566f561e34100da278109ba42 | |
parent | 49b5acd40ccc1a0c941a185b9eb245ac9ec19062 (diff) | |
download | Model01-Firmware-384ee30f55639b8728e882660e65917a9d302bda.tar.gz Model01-Firmware-384ee30f55639b8728e882660e65917a9d302bda.zip |
Switch our mute key to Key_Mute in the hope that it works better on 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 e7f0e79..61ec329 100644 --- a/Model01-Firmware.ino +++ b/Model01-Firmware.ino @@ -41,7 +41,7 @@ Key_End, Key_PrintScreen, Key_Insert, ___, Key_mouseBtnM, Key_mouseWar 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_Menu, Consumer_Mute, Consumer_VolumeDecrement, Consumer_VolumeIncrement, ___, Key_Backslash, Key_Pipe, \ +Key_Menu, Key_Mute, Consumer_VolumeDecrement, Consumer_VolumeIncrement, ___, Key_Backslash, Key_Pipe, \ Key_RightShift, Key_RightAlt, Key_Enter, Key_RightControl, \ ___ \ ) |