diff options
author | Jesse Vincent <jesse@keyboard.io> | 2017-10-02 23:01:26 -0700 |
---|---|---|
committer | Jesse Vincent <jesse@keyboard.io> | 2017-10-02 23:01:26 -0700 |
commit | 028b9c6dda5e3c98826246b4d17b795ee7a2c628 (patch) | |
tree | c8672e73709a4a388f667c4f44c922823a9d7255 | |
parent | d466c1fa6344028934de32488c770a9fa4a098d3 (diff) | |
download | Model01-Firmware-028b9c6dda5e3c98826246b4d17b795ee7a2c628.tar.gz Model01-Firmware-028b9c6dda5e3c98826246b4d17b795ee7a2c628.zip |
Slightly simplify the default keymaps, removing some duplication
-rw-r--r-- | Model01-Firmware.ino | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino index a87b936..ccae11b 100644 --- a/Model01-Firmware.ino +++ b/Model01-Firmware.ino @@ -119,14 +119,14 @@ ___, Key_F1, Key_F2, Key_F3, Key_F4, Key_F5, Key_Tab, ___, Key_mouseUp, ___, Key_mouseBtnR, Key_mouseWarpEnd, Key_mouseWarpNE, \ Key_Home, Key_mouseL, Key_mouseDn, Key_mouseR, Key_mouseBtnL, Key_mouseWarpNW, \ Key_End, Key_PrintScreen, Key_Insert, ___, Key_mouseBtnM, Key_mouseWarpSW, Key_mouseWarpSE, \ - Key_LeftControl, Key_Delete, Key_LeftGui, Key_LeftShift, \ - ___, \ + ___, Key_Delete, ___, ___, \ + ___, \ \ 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_RightShift, Key_RightAlt, Key_Enter, Key_RightControl, \ +___, ___, Key_Enter, ___, \ ___ \ ) @@ -137,7 +137,7 @@ ___ \ ___, ___, ___, ___, ___, ___, \ ___, ___, ___, ___, ___, ___, ___, \ ___, ___, ___, ___, \ - Key_Keymap1_Momentary, \ + ___, \ \ \ M(MACRO_VERSION_INFO), ___, Key_Keypad7, Key_Keypad8, Key_Keypad9, Key_KeypadSubtract, ___, \ @@ -145,7 +145,7 @@ ___ \ ___, Key_Keypad1, Key_Keypad2, Key_Keypad3, Key_Equals, Key_Quote, \ ___, ___, Key_Keypad0, Key_KeypadDot, Key_KeypadMultiply, Key_KeypadDivide, Key_Enter, \ ___, ___, ___, ___, \ - Key_Keymap1_Momentary \ + ___ \ ) |