OLED Driver Feature
This commit is contained in:
committed by
skullydazed
parent
b5cb5ec6dd
commit
0a645225b9
@@ -139,6 +139,10 @@ extern uint32_t default_layer_state;
|
||||
#include "haptic.h"
|
||||
#endif
|
||||
|
||||
#ifdef OLED_DRIVER_ENABLE
|
||||
#include "oled_driver.h"
|
||||
#endif
|
||||
|
||||
//Function substitutions to ease GPIO manipulation
|
||||
#ifdef __AVR__
|
||||
#define PIN_ADDRESS(p, offset) _SFR_IO8(ADDRESS_BASE + (p >> PORT_SHIFTER) + offset)
|
||||
|
||||
Reference in New Issue
Block a user