From 028b9c6dda5e3c98826246b4d17b795ee7a2c628 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 2 Oct 2017 23:01:26 -0700 Subject: Slightly simplify the default keymaps, removing some duplication --- Model01-Firmware.ino | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Model01-Firmware.ino') 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 \ + ___ \ ) -- cgit v1.2.3