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
This commit is contained in:
TerryMathews
2018-01-25 01:00:59 -05:00
committed by Jack Humbert
parent 7c3d2d5f64
commit 61d851af65
7 changed files with 479 additions and 22 deletions
+4 -1
View File
@@ -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