OLED Driver Feature
This commit is contained in:
parent
b5cb5ec6dd
commit
0a645225b9
30 changed files with 1538 additions and 1070 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue