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 f3333a002..534819c81 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
@@ -95,6 +95,10 @@ extern uint32_t default_layer_state; | |||
95 | #include "process_printer.h" | 95 | #include "process_printer.h" |
96 | #endif | 96 | #endif |
97 | 97 | ||
98 | #ifdef AUTO_SHIFT_ENABLE | ||
99 | #include "process_auto_shift.h" | ||
100 | #endif | ||
101 | |||
98 | #ifdef COMBO_ENABLE | 102 | #ifdef COMBO_ENABLE |
99 | #include "process_combo.h" | 103 | #include "process_combo.h" |
100 | #endif | 104 | #endif |