]> git.donarmstrong.com Git - qmk_firmware.git/commit
Establish support for Bathroom Epiphanies Tiger Lily controller
authorTerryMathews <terry@terrymathews.net>
Sun, 7 May 2017 21:23:19 +0000 (17:23 -0400)
committerTerryMathews <terry@terrymathews.net>
Sun, 7 May 2017 21:23:19 +0000 (17:23 -0400)
commit3381254c65375c7da451973c7d843bf257a0d4a7
tree518851f5642e89e3f91904e82414f537a6ffb2e3
parent3899bec4b603a0880055c60df534c5a86ad44a52
Establish support for Bathroom Epiphanies Tiger Lily controller

Replacement controller for Filco Majestouch 2 104 key keyboard. BE
advises code will also work with the Black Petal controller - I don't
have one to test with. Tests working perfectly on my Filco.
keyboards/tiger_lily/Makefile [new file with mode: 0644]
keyboards/tiger_lily/config.h [new file with mode: 0644]
keyboards/tiger_lily/keymaps/default/Makefile [new file with mode: 0644]
keyboards/tiger_lily/keymaps/default/config.h [new file with mode: 0644]
keyboards/tiger_lily/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/tiger_lily/keymaps/default/readme.md [new file with mode: 0644]
keyboards/tiger_lily/matrix.c [new file with mode: 0644]
keyboards/tiger_lily/readme.md [new file with mode: 0644]
keyboards/tiger_lily/rules.mk [new file with mode: 0644]
keyboards/tiger_lily/tiger_lily.c [new file with mode: 0644]
keyboards/tiger_lily/tiger_lily.h [new file with mode: 0644]