diff options
author | Jesse Vincent <jesse@keyboard.io> | 2017-08-07 14:15:34 +0900 |
---|---|---|
committer | Jesse Vincent <jesse@keyboard.io> | 2017-08-07 14:15:34 +0900 |
commit | 6a0888f3165a2546d85f7677ee727605fa7a2e72 (patch) | |
tree | 44b0c1a2dad8cafe6e621302e722ed611b418bcc /Model01-Firmware.ino | |
parent | Merge pull request #9 from algernon/h/fn-fn-numpad-lock-be-gone (diff) | |
download | keyboardio-model01-6a0888f3165a2546d85f7677ee727605fa7a2e72.tar.gz keyboardio-model01-6a0888f3165a2546d85f7677ee727605fa7a2e72.tar.bz2 keyboardio-model01-6a0888f3165a2546d85f7677ee727605fa7a2e72.zip |
Switch our mute key to Key_Mute in the hope that it works better on OSX
Diffstat (limited to 'Model01-Firmware.ino')
-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, \ ___ \ ) |