diff options
Diffstat (limited to 'quantum/quantum.c')
| -rw-r--r-- | quantum/quantum.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index ba3ae0345..35b6351e9 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -275,6 +275,9 @@ bool process_record_quantum(keyrecord_t *record) { | |||
| 275 | #ifdef AUTO_SHIFT_ENABLE | 275 | #ifdef AUTO_SHIFT_ENABLE |
| 276 | process_auto_shift(keycode, record) && | 276 | process_auto_shift(keycode, record) && |
| 277 | #endif | 277 | #endif |
| 278 | #ifdef DYNAMIC_TAPPING_TERM_ENABLE | ||
| 279 | process_dynamic_tapping_term(keycode, record) && | ||
| 280 | #endif | ||
| 278 | #ifdef TERMINAL_ENABLE | 281 | #ifdef TERMINAL_ENABLE |
| 279 | process_terminal(keycode, record) && | 282 | process_terminal(keycode, record) && |
| 280 | #endif | 283 | #endif |
