diff options
Diffstat (limited to 'quantum/quantum_keycodes.h')
| -rw-r--r-- | quantum/quantum_keycodes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 4853655f9..4566395fd 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h | |||
| @@ -246,6 +246,7 @@ enum quantum_keycodes { | |||
| 246 | 246 | ||
| 247 | #define M(kc) (kc | QK_MACRO) | 247 | #define M(kc) (kc | QK_MACRO) |
| 248 | 248 | ||
| 249 | #define MACROTAP(kc) (kc | QK_MACRO | FUNC_TAP<<8) | ||
| 249 | #define MACRODOWN(...) (record->event.pressed ? MACRO(__VA_ARGS__) : MACRO_NONE) | 250 | #define MACRODOWN(...) (record->event.pressed ? MACRO(__VA_ARGS__) : MACRO_NONE) |
| 250 | 251 | ||
| 251 | // L-ayer, T-ap - 256 keycode max, 16 layer max | 252 | // L-ayer, T-ap - 256 keycode max, 16 layer max |
