From 556256aabef4fe23da794d1ae1f9b5ce0f362514 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 2 Oct 2017 20:00:59 -0700 Subject: move the hopefully-going-away numpad keymap id definition closer to where one can intuit why it's that number --- Model01-Firmware.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Model01-Firmware.ino') 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)) { -- cgit v1.2.3