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 c6acf83e5..d2c5862f8 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
@@ -139,6 +139,10 @@ extern uint32_t default_layer_state; | |||
139 | #include "hd44780.h" | 139 | #include "hd44780.h" |
140 | #endif | 140 | #endif |
141 | 141 | ||
142 | #ifdef HAPTIC_ENABLE | ||
143 | #include "haptic.h" | ||
144 | #endif | ||
145 | |||
142 | //Function substitutions to ease GPIO manipulation | 146 | //Function substitutions to ease GPIO manipulation |
143 | #ifdef __AVR__ | 147 | #ifdef __AVR__ |
144 | #define PIN_ADDRESS(p, offset) _SFR_IO8(ADDRESS_BASE + (p >> PORT_SHIFTER) + offset) | 148 | #define PIN_ADDRESS(p, offset) _SFR_IO8(ADDRESS_BASE + (p >> PORT_SHIFTER) + offset) |