aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@keyboard.io>2017-06-12 08:35:36 +0800
committerJesse Vincent <jesse@keyboard.io>2017-06-12 08:35:36 +0800
commitbe5c9498d2e5d49246f3139ab1904bd771fd2b36 (patch)
treeed43b69fdbff6f6fbb293dd41a04bf1ebd2ea036
parentMacro.type needs PSTR() macros around strings. (diff)
downloadkeyboardio-model01-be5c9498d2e5d49246f3139ab1904bd771fd2b36.tar.gz
keyboardio-model01-be5c9498d2e5d49246f3139ab1904bd771fd2b36.tar.bz2
keyboardio-model01-be5c9498d2e5d49246f3139ab1904bd771fd2b36.zip
Move the version key to "any" on the numlock layerv1.0
-rw-r--r--Model01-Firmware.ino4
1 files changed, 2 insertions, 2 deletions
diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino
index ed99935..7a78ebb 100644
--- a/Model01-Firmware.ino
+++ b/Model01-Firmware.ino
@@ -49,7 +49,7 @@ ___ \
#define NUMPAD KEYMAP_STACKED (\
- ___, ___, ___, ___, ___, ___, Macro_VersionInfo, \
+ ___, ___, ___, ___, ___, ___, ___, \
___, ___, ___, ___, ___, ___, ___, \
___, ___, ___, ___, ___, ___, \
___, ___, ___, ___, ___, ___, ___, \
@@ -57,7 +57,7 @@ ___ \
Key_Keymap1_Momentary, \
\
\
- ___, ___, Key_Keypad7, Key_Keypad8, Key_Keypad9, Key_KeypadSubtract, ___, \
+ Macro_VersionInfo, ___, Key_Keypad7, Key_Keypad8, Key_Keypad9, Key_KeypadSubtract, ___, \
___, ___, Key_Keypad4, Key_Keypad5, Key_Keypad6, Key_KeypadAdd, ___, \
___, Key_Keypad1, Key_Keypad2, Key_Keypad3, Key_Equals, Key_Quote, \
___, ___, Key_Keypad0, Key_KeypadDot, Key_KeypadMultiply, Key_KeypadDivide, Key_Enter, \