summaryrefslogtreecommitdiffstats
path: root/keyboards/sol/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/sol/rules.mk')
-rw-r--r--keyboards/sol/rules.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/keyboards/sol/rules.mk b/keyboards/sol/rules.mk
index aa18721b6..bafdd9c52 100644
--- a/keyboards/sol/rules.mk
+++ b/keyboards/sol/rules.mk
@@ -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