diff options
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r-- | quantum/quantum.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 45050ac0e..6927884e2 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
@@ -125,6 +125,10 @@ extern layer_state_t layer_state; | |||
125 | # include "process_auto_shift.h" | 125 | # include "process_auto_shift.h" |
126 | #endif | 126 | #endif |
127 | 127 | ||
128 | #ifdef DYNAMIC_TAPPING_TERM_ENABLE | ||
129 | # include "process_dynamic_tapping_term.h" | ||
130 | #endif | ||
131 | |||
128 | #ifdef COMBO_ENABLE | 132 | #ifdef COMBO_ENABLE |
129 | # include "process_combo.h" | 133 | # include "process_combo.h" |
130 | #endif | 134 | #endif |