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 2958a0abd..223846412 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
@@ -121,6 +121,10 @@ extern uint32_t default_layer_state; | |||
121 | #include "process_terminal_nop.h" | 121 | #include "process_terminal_nop.h" |
122 | #endif | 122 | #endif |
123 | 123 | ||
124 | #ifdef HD44780_ENABLE | ||
125 | #include "hd44780.h" | ||
126 | #endif | ||
127 | |||
124 | #define STRINGIZE(z) #z | 128 | #define STRINGIZE(z) #z |
125 | #define ADD_SLASH_X(y) STRINGIZE(\x ## y) | 129 | #define ADD_SLASH_X(y) STRINGIZE(\x ## y) |
126 | #define SYMBOL_STR(x) ADD_SLASH_X(x) | 130 | #define SYMBOL_STR(x) ADD_SLASH_X(x) |