Add SSD1306 OLED display support to TKC1800 (#2293) 0.5.216
authorTerryMathews <terry@terrymathews.net>
Thu, 25 Jan 2018 06:00:59 +0000 (01:00 -0500)
committerJack Humbert <jack.humb@gmail.com>
Thu, 25 Jan 2018 06:00:59 +0000 (01:00 -0500)
commit61d851af6594be3b52c316be29115e282dc2a4f2
tree5916bbe9fc716b5d8d4f7367b41a205248e31deb
parent7c3d2d5f64061db8ff54aefe3e41b0505aa9f4e8
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
keyboards/tkc1800/i2c.c [new file with mode: 0644]
keyboards/tkc1800/i2c.h [new file with mode: 0644]
keyboards/tkc1800/keymaps/default/config.h
keyboards/tkc1800/keymaps/default/keymap.c
keyboards/tkc1800/keymaps/wkl/config.h [new file with mode: 0644]
keyboards/tkc1800/keymaps/wkl/keymap.c [new file with mode: 0644]
keyboards/tkc1800/rules.mk