diff options
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index e4a7c5723..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 |
| @@ -176,6 +180,10 @@ extern layer_state_t layer_state; | |||
| 176 | # include "oled_driver.h" | 180 | # include "oled_driver.h" |
| 177 | #endif | 181 | #endif |
| 178 | 182 | ||
| 183 | #ifdef ST7565_ENABLE | ||
| 184 | # include "st7565.h" | ||
| 185 | #endif | ||
| 186 | |||
| 179 | #ifdef DIP_SWITCH_ENABLE | 187 | #ifdef DIP_SWITCH_ENABLE |
| 180 | # include "dip_switch.h" | 188 | # include "dip_switch.h" |
| 181 | #endif | 189 | #endif |
