]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: Lily58 update serial.c and add OLED (#4715)
authorNaoki Katahira <kata0510.com@gmail.com>
Sat, 5 Jan 2019 17:30:48 +0000 (02:30 +0900)
committerDrashna Jaelre <drashna@live.com>
Sat, 5 Jan 2019 17:30:48 +0000 (09:30 -0800)
commitea47be936b41a31e2644ad3403d91010916683ce
treec8db4d32373542cd1236a4d537fa45a00ed7b6fb
parent5b5f452bf9feae121ec5c2f3e9d5d993fcb73f92
Keyboard: Lily58 update serial.c and add OLED (#4715)

* update serial.c and add OLED

* update readme

* keymap fix

* keymap fix2
36 files changed:
keyboards/lily58/config.h
keyboards/lily58/i2c.c [changed mode: 0644->0755]
keyboards/lily58/i2c.h [changed mode: 0644->0755]
keyboards/lily58/keymaps/default/config.h
keyboards/lily58/keymaps/default/keymap.c
keyboards/lily58/keymaps/default/rules.mk
keyboards/lily58/keymaps/yuchi/config.h
keyboards/lily58/keymaps/yuchi/keymap.c
keyboards/lily58/keymaps/yuchi/rules.mk
keyboards/lily58/lib/glcdfont.c [new file with mode: 0644]
keyboards/lily58/lib/host_led_state_reader.c [new file with mode: 0644]
keyboards/lily58/lib/keylogger.c [new file with mode: 0644]
keyboards/lily58/lib/layer_state_reader.c [new file with mode: 0644]
keyboards/lily58/lib/logo_reader.c [new file with mode: 0644]
keyboards/lily58/lib/mode_icon_reader.c [new file with mode: 0644]
keyboards/lily58/lib/rgb_state_reader.c [new file with mode: 0644]
keyboards/lily58/lib/timelogger.c [new file with mode: 0644]
keyboards/lily58/lily58.c
keyboards/lily58/lily58.h
keyboards/lily58/readme.md
keyboards/lily58/rev1/config.h
keyboards/lily58/rev1/matrix.c [new file with mode: 0755]
keyboards/lily58/rev1/rev1.c
keyboards/lily58/rev1/rev1.h
keyboards/lily58/rev1/rules.mk
keyboards/lily58/rev1/serial_config.h [new file with mode: 0755]
keyboards/lily58/rev1/split_scomm.c [new file with mode: 0755]
keyboards/lily58/rev1/split_scomm.h [new file with mode: 0755]
keyboards/lily58/rev1/split_util.c [new file with mode: 0755]
keyboards/lily58/rev1/split_util.h [new file with mode: 0755]
keyboards/lily58/rules.mk
keyboards/lily58/serial.c [changed mode: 0644->0755]
keyboards/lily58/serial.h [changed mode: 0644->0755]
keyboards/lily58/serial_config.h
keyboards/lily58/ssd1306.c [new file with mode: 0755]
keyboards/lily58/ssd1306.h [new file with mode: 0755]