Go to the documentation of this file. 3 #define IS_MACRO B00100000 5 #define M(n) (Key){ n, KEY_FLAGS|SYNTHETIC|IS_MACRO } 6 #define Key_macroKey1 M(1) 7 #define Key_macroKey2 M(2) 8 #define Key_macroKey3 M(3) 9 #define Key_macroKey4 M(4) 10 #define Key_macroKey5 M(5) 11 #define Key_macroKey6 M(6) 12 #define Key_macroKey7 M(7) 13 #define Key_macroKey8 M(8) 14 #define Key_macroKey9 M(9) 15 #define Key_macroKey10 M(10)