aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@keyboard.io>2017-02-19 18:38:15 -0800
committerJesse Vincent <jesse@keyboard.io>2017-02-19 18:38:15 -0800
commitd6014d3f1903d652cb408e2fb6a5c6a99274ff4a (patch)
tree12b254b483630106ca40f367c6282bc7019c0329
parentInitial implementation of 'Any' key (diff)
downloadkeyboardio-model01-d6014d3f1903d652cb408e2fb6a5c6a99274ff4a.tar.gz
keyboardio-model01-d6014d3f1903d652cb408e2fb6a5c6a99274ff4a.tar.bz2
keyboardio-model01-d6014d3f1903d652cb408e2fb6a5c6a99274ff4a.zip
Make the numlock's thumb keys fall through to the base layer
-rw-r--r--Model01-Firmware.ino2
1 files changed, 1 insertions, 1 deletions
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 \
)