summaryrefslogtreecommitdiffstats
path: root/keyboards/tkc1800/rules.mk
diff options
context:
space:
mode:
authorTerryMathews <terry@terrymathews.net>2018-01-25 07:00:59 +0100
committerJack Humbert <jack.humb@gmail.com>2018-01-25 07:00:59 +0100
commit61d851af6594be3b52c316be29115e282dc2a4f2 (patch)
tree5916bbe9fc716b5d8d4f7367b41a205248e31deb /keyboards/tkc1800/rules.mk
parent7c3d2d5f64061db8ff54aefe3e41b0505aa9f4e8 (diff)
downloadqmk_firmware-61d851af6594be3b52c316be29115e282dc2a4f2.tar.gz
qmk_firmware-61d851af6594be3b52c316be29115e282dc2a4f2.tar.xz
Add SSD1306 OLED display support to TKC1800 (#2293)
* Add support for SSD1306 OLED display * Correct keymap Had tilde on keymap instead of grave, corrected. * Winkeyless keymap
Diffstat (limited to 'keyboards/tkc1800/rules.mk')
-rw-r--r--keyboards/tkc1800/rules.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/tkc1800/rules.mk b/keyboards/tkc1800/rules.mk
index 1729f648b..035840966 100644
--- a/keyboards/tkc1800/rules.mk
+++ b/keyboards/tkc1800/rules.mk
@@ -45,7 +45,7 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
# Atmel DFU loader 4096
# LUFA bootloader 4096
# USBaspLoader 2048
-OPT_DEFS += -DBOOTLOADER_SIZE=4096
+OPT_DEFS += -DBOOTLOADER_SIZE=8192
# Build Options
@@ -66,3 +66,6 @@ MIDI_ENABLE ?= no # MIDI controls
UNICODE_ENABLE ?= no # Unicode
BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID
AUDIO_ENABLE ?= no # Audio output on port C6
+
+SRC = i2c.c \
+ ssd1306.c