From d6014d3f1903d652cb408e2fb6a5c6a99274ff4a Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 19 Feb 2017 18:38:15 -0800 Subject: Make the numlock's thumb keys fall through to the base layer --- Model01-Firmware.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino index e2f3aab..79703dc 100644 --- a/Model01-Firmware.ino +++ b/Model01-Firmware.ino @@ -74,7 +74,7 @@ uint8_t temporary_keymap = 0; ___, ___, ___, ___, ___, ___, ___, ___, ___, Key_Keypad4, Key_Keypad5, Key_Keypad6, Key_KeypadPlus, ___, \ ___, ___, ___, ___, ___, ___, ___, Key_Keypad1, Key_Keypad2, Key_Keypad3, Key_Equals, Key_Quote, \ ___, ___, ___, ___, ___, ___, ___, ___, ___, Key_Keypad0, Key_KeypadDot, Key_KeypadMultiply, Key_KeypadSlash, Key_Enter, \ - Key_LCtrl, Key_Backspace, Key_LGUI, Key_LShift, Key_RShift, Key_RAlt, Key_Space, Key_RCtrl, \ + ___, ___, ___, ___, ___, ___, ___, ___, \ Key_Keymap1_Momentary, Key_Keymap1_Momentary \ ) -- cgit v1.2.3