diff options
| author | Ryan Caltabiano <rcalt2vt@gmail.com> | 2019-04-15 22:32:57 -0500 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-04-20 08:05:10 -0700 |
| commit | 0a645225b9c863a106921185a6c2e0c340f10694 (patch) | |
| tree | 2bf8c295650e54fb4548a7ac4d348ccfc8caa307 /quantum/quantum.h | |
| parent | b5cb5ec6ddb15cfe336b835055f546f72d440a66 (diff) | |
| download | qmk_firmware-0a645225b9c863a106921185a6c2e0c340f10694.tar.gz qmk_firmware-0a645225b9c863a106921185a6c2e0c340f10694.zip | |
OLED Driver Feature
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) |
