1
0

change the name of a compiler macro to make it clear that it's an id

This commit is contained in:
Jesse Vincent 2017-10-02 18:44:23 -07:00
parent b0e1c32113
commit f881a1b192

View File

@ -29,7 +29,7 @@
#define Macro_VersionInfo M(MACRO_VERSION_INFO)
#define MACRO_ANY 2
#define Macro_Any M(MACRO_ANY)
#define NUMPAD_KEYMAP 2
#define NUMPAD_KEYMAP_ID 2
#define FUNCTION_KEYMAP KEYMAP_STACKED ( \
___, Key_F1, Key_F2, Key_F3, Key_F4, Key_F5, XXX, \
@ -128,7 +128,7 @@ void setup() {
&MouseKeys,
NULL);
NumLock.numPadLayer = NUMPAD_KEYMAP;
NumLock.numPadLayer = NUMPAD_KEYMAP_ID;
AlphaSquare.color = { 255, 0, 0 };
LEDRainbowEffect.brightness(150);
LEDRainbowWaveEffect.brightness(150);