OLED Driver Feature

This commit is contained in:
Ryan Caltabiano
2019-04-15 22:32:57 -05:00
committed by skullydazed
parent b5cb5ec6dd
commit 0a645225b9
30 changed files with 1538 additions and 1070 deletions

View File

@@ -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