diff options
author | Jesse Vincent <jesse@keyboard.io> | 2017-08-13 15:17:57 -0700 |
---|---|---|
committer | Jesse Vincent <jesse@keyboard.io> | 2017-08-14 15:46:27 -0700 |
commit | 7293026206cdaf1d10da856fceeeb0a07964a25e (patch) | |
tree | bdd098925ac649aafe75ecba2fb1e7f2a52b0ca9 | |
parent | d79917e5fbc6912e6c41195f0e64f912df48ce1b (diff) | |
download | Model01-Firmware-7293026206cdaf1d10da856fceeeb0a07964a25e.tar.gz Model01-Firmware-7293026206cdaf1d10da856fceeeb0a07964a25e.zip |
We had the wrong key definition for what keyboards actually use as the
'menu'
-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 ccbfb8b..b5878df 100644 --- a/Model01-Firmware.ino +++ b/Model01-Firmware.ino @@ -42,7 +42,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, Key_Mute, Consumer_VolumeDecrement, Consumer_VolumeIncrement, ___, Key_Backslash, Key_Pipe, \ +Key_PcApplication, Key_Mute, Consumer_VolumeDecrement, Consumer_VolumeIncrement, ___, Key_Backslash, Key_Pipe, \ Key_RightShift, Key_RightAlt, Key_Enter, Key_RightControl, \ ___ \ ) |