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 66ba96fde..673796e6b 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
@@ -118,6 +118,10 @@ extern layer_state_t layer_state; | |||
118 | # include "process_unicodemap.h" | 118 | # include "process_unicodemap.h" |
119 | #endif | 119 | #endif |
120 | 120 | ||
121 | #ifdef KEY_OVERRIDE_ENABLE | ||
122 | # include "process_key_override.h" | ||
123 | #endif | ||
124 | |||
121 | #ifdef TAP_DANCE_ENABLE | 125 | #ifdef TAP_DANCE_ENABLE |
122 | # include "process_tap_dance.h" | 126 | # include "process_tap_dance.h" |
123 | #endif | 127 | #endif |