OLED Driver Feature

This commit is contained in:
Ryan Caltabiano
2019-04-15 22:32:57 -05:00
committed by Drashna Jaelre
parent 0a04a0e419
commit 95f8ac3424
10 changed files with 1023 additions and 25 deletions
+7
View File
@@ -334,3 +334,10 @@ ifeq ($(strip $(SPLIT_KEYBOARD)), yes)
endif
COMMON_VPATH += $(QUANTUM_PATH)/split_common
endif
ifeq ($(strip $(OLED_DRIVER_ENABLE)), yes)
OPT_DEFS += -DOLED_DRIVER_ENABLE
COMMON_VPATH += $(DRIVER_PATH)/oled
QUANTUM_LIB_SRC += i2c_master.c
SRC += oled_driver.c
endif