Add support for LFKeyboard products: LFK78, LFK87 and SMK65
authorScott Wilson <scott.t.wilson@gmail.com>
Sun, 3 Dec 2017 15:32:07 +0000 (10:32 -0500)
committerJack Humbert <jack.humb@gmail.com>
Sat, 9 Dec 2017 05:01:58 +0000 (00:01 -0500)
commitc51dfef958bce4a792b66db337d5c7cdf0956fc4
treeb51a3d2a95c5ba47416e2964bc98c9ad329cf168
parent8b1862330a960b0413046ed6fdba78d2570e7988
Add support for LFKeyboard products: LFK78, LFK87 and SMK65
37 files changed:
keyboards/lfkeyboards/TWIlib.c [new file with mode: 0644]
keyboards/lfkeyboards/TWIlib.h [new file with mode: 0644]
keyboards/lfkeyboards/issi.c [new file with mode: 0644]
keyboards/lfkeyboards/issi.h [new file with mode: 0644]
keyboards/lfkeyboards/lfk78/config.h [new file with mode: 0644]
keyboards/lfkeyboards/lfk78/keymaps/default/config.h [new file with mode: 0644]
keyboards/lfkeyboards/lfk78/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/lfkeyboards/lfk78/keymaps/default/readme.md [new file with mode: 0644]
keyboards/lfkeyboards/lfk78/keymaps/default/rules.mk [new file with mode: 0644]
keyboards/lfkeyboards/lfk78/lfk78.c [new file with mode: 0644]
keyboards/lfkeyboards/lfk78/lfk78.h [new file with mode: 0644]
keyboards/lfkeyboards/lfk78/readme.md [new file with mode: 0644]
keyboards/lfkeyboards/lfk78/rules.mk [new file with mode: 0644]
keyboards/lfkeyboards/lfk87/config.h [new file with mode: 0644]
keyboards/lfkeyboards/lfk87/keymaps/default/config.h [new file with mode: 0644]
keyboards/lfkeyboards/lfk87/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/lfkeyboards/lfk87/keymaps/default/rules.mk [new file with mode: 0644]
keyboards/lfkeyboards/lfk87/keymaps/iso/config.h [new file with mode: 0644]
keyboards/lfkeyboards/lfk87/keymaps/iso/keymap.c [new file with mode: 0644]
keyboards/lfkeyboards/lfk87/keymaps/iso/rules.mk [new file with mode: 0644]
keyboards/lfkeyboards/lfk87/lfk87.c [new file with mode: 0644]
keyboards/lfkeyboards/lfk87/lfk87.h [new file with mode: 0644]
keyboards/lfkeyboards/lfk87/readme.md [new file with mode: 0644]
keyboards/lfkeyboards/lfk87/rules.mk [new file with mode: 0644]
keyboards/lfkeyboards/lfkeyboards.c [new file with mode: 0644]
keyboards/lfkeyboards/lfkeyboards.h [new file with mode: 0644]
keyboards/lfkeyboards/lighting.c [new file with mode: 0644]
keyboards/lfkeyboards/lighting.h [new file with mode: 0644]
keyboards/lfkeyboards/rules.mk [new file with mode: 0644]
keyboards/lfkeyboards/smk65/config.h [new file with mode: 0644]
keyboards/lfkeyboards/smk65/keymaps/default/config.h [new file with mode: 0644]
keyboards/lfkeyboards/smk65/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/lfkeyboards/smk65/keymaps/default/rules.mk [new file with mode: 0644]
keyboards/lfkeyboards/smk65/readme.md [new file with mode: 0644]
keyboards/lfkeyboards/smk65/rules.mk [new file with mode: 0644]
keyboards/lfkeyboards/smk65/smk65.c [new file with mode: 0644]
keyboards/lfkeyboards/smk65/smk65.h [new file with mode: 0644]