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 17cb90274..208268df6 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
@@ -131,6 +131,10 @@ extern uint32_t default_layer_state; | |||
131 | #include "process_terminal_nop.h" | 131 | #include "process_terminal_nop.h" |
132 | #endif | 132 | #endif |
133 | 133 | ||
134 | #ifdef SPACE_CADET_ENABLE | ||
135 | #include "process_space_cadet.h" | ||
136 | #endif | ||
137 | |||
134 | #ifdef HD44780_ENABLE | 138 | #ifdef HD44780_ENABLE |
135 | #include "hd44780.h" | 139 | #include "hd44780.h" |
136 | #endif | 140 | #endif |