Skip to content

Commit

Permalink
Call Macros "Macro_blah" rather than "Key_blah"
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Jun 10, 2017
1 parent 74ffc7e commit 9f98762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Model01-Firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


#define MACRO_ANY 2
#define Key_Any M(MACRO_ANY)
#define Macro_Any M(MACRO_ANY)
#define NUMPAD_KEYMAP 2

#define GENERIC_FN2 KEYMAP_STACKED ( \
Expand Down Expand Up @@ -67,7 +67,7 @@ ___ \
Key_LeftControl, Key_Backspace, Key_LeftGui, Key_LeftShift, \
Key_KeymapNext_Momentary, \
\
Key_Any, Key_6, Key_7, Key_8, Key_9, Key_0, Key_ToggleNumlock, \
Macro_Any, Key_6, Key_7, Key_8, Key_9, Key_0, Key_ToggleNumlock, \
Key_Enter, Key_Y, Key_U, Key_I, Key_O, Key_P, Key_Equals, \
Key_H, Key_J, Key_K, Key_L, Key_Semicolon, Key_Quote, \
Key_RightAlt, Key_N, Key_M, Key_Comma, Key_Period, Key_Slash, Key_Minus, \
Expand Down

0 comments on commit 9f98762

Please sign in to comment.