diff options
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 55f6dbb7d..72970a649 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -105,6 +105,10 @@ extern layer_state_t layer_state; | |||
| 105 | # include "process_unicodemap.h" | 105 | # include "process_unicodemap.h" |
| 106 | #endif | 106 | #endif |
| 107 | 107 | ||
| 108 | #ifdef KEY_OVERRIDE_ENABLE | ||
| 109 | # include "process_key_override.h" | ||
| 110 | #endif | ||
| 111 | |||
| 108 | #ifdef TAP_DANCE_ENABLE | 112 | #ifdef TAP_DANCE_ENABLE |
| 109 | # include "process_tap_dance.h" | 113 | # include "process_tap_dance.h" |
| 110 | #endif | 114 | #endif |
| @@ -157,12 +161,17 @@ extern layer_state_t layer_state; | |||
| 157 | 161 | ||
| 158 | #ifdef HAPTIC_ENABLE | 162 | #ifdef HAPTIC_ENABLE |
| 159 | # include "haptic.h" | 163 | # include "haptic.h" |
| 164 | # include "process_haptic.h" | ||
| 160 | #endif | 165 | #endif |
| 161 | 166 | ||
| 162 | #ifdef OLED_DRIVER_ENABLE | 167 | #ifdef OLED_DRIVER_ENABLE |
| 163 | # include "oled_driver.h" | 168 | # include "oled_driver.h" |
| 164 | #endif | 169 | #endif |
| 165 | 170 | ||
| 171 | #ifdef ST7565_ENABLE | ||
| 172 | # include "st7565.h" | ||
| 173 | #endif | ||
| 174 | |||
| 166 | #ifdef DIP_SWITCH_ENABLE | 175 | #ifdef DIP_SWITCH_ENABLE |
| 167 | # include "dip_switch.h" | 176 | # include "dip_switch.h" |
| 168 | #endif | 177 | #endif |
