summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Vincent <jesse@keyboard.io>2017-10-02 20:00:59 -0700
committerJesse Vincent <jesse@keyboard.io>2017-10-02 20:00:59 -0700
commit556256aabef4fe23da794d1ae1f9b5ce0f362514 (patch)
treed3da5cd90e5c536b014988ab2f485faa1248c56d
parentd84b9370863b52ac1605541e1e6d0719b036fd87 (diff)
downloadmodel01-firmware-556256aabef4fe23da794d1ae1f9b5ce0f362514.tar.gz
model01-firmware-556256aabef4fe23da794d1ae1f9b5ce0f362514.tar.bz2
model01-firmware-556256aabef4fe23da794d1ae1f9b5ce0f362514.zip
move the hopefully-going-away numpad keymap id definition closer to
where one can intuit why it's that number
-rw-r--r--Model01-Firmware.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino
index 4f9e276..1af16c3 100644
--- a/Model01-Firmware.ino
+++ b/Model01-Firmware.ino
@@ -32,7 +32,6 @@ enum { MACRO_VERSION_INFO,
};
-#define NUMPAD_KEYMAP_ID 2
#define FUNCTION_KEYMAP KEYMAP_STACKED ( \
___, Key_F1, Key_F2, Key_F3, Key_F4, Key_F5, XXX, \
@@ -99,6 +98,7 @@ static kaleidoscope::LEDSolidColor solidBlue(0, 70, 130);
static kaleidoscope::LEDSolidColor solidIndigo(0, 0, 170);
static kaleidoscope::LEDSolidColor solidViolet(130, 0, 120);
+#define NUMPAD_KEYMAP_ID 2
static void versionInfoMacro(uint8_t keyState) {
if (keyToggledOn(keyState)) {