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 e2f467125..987516ded 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -139,6 +139,10 @@ extern uint32_t default_layer_state; | |||
| 139 | #include "haptic.h" | 139 | #include "haptic.h" |
| 140 | #endif | 140 | #endif |
| 141 | 141 | ||
| 142 | #ifdef OLED_DRIVER_ENABLE | ||
| 143 | #include "oled_driver.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) |
