OLED Driver Feature
This commit is contained in:
committed by
skullydazed
parent
b5cb5ec6dd
commit
0a645225b9
@@ -1,6 +1,4 @@
|
||||
SRC += i2c.c \
|
||||
serial.c \
|
||||
common/ssd1306.c
|
||||
SRC += serial.c
|
||||
|
||||
# MCU name
|
||||
#MCU = at90usb1287
|
||||
@@ -47,6 +45,9 @@ BOOTLOADER = qmk-dfu
|
||||
# Interrupt driven control endpoint task(+60)
|
||||
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
|
||||
|
||||
# Custom local font file
|
||||
OPT_DEFS += -DOLED_FONT_H=\"common/glcdfont.c\"
|
||||
|
||||
# Build Options
|
||||
# change to "no" to disable the options, or define them in the Makefile in
|
||||
# the appropriate keymap folder that will get included automatically
|
||||
|
||||
Reference in New Issue
Block a user