summaryrefslogtreecommitdiffstats
path: root/keyboards/tiger_lily/info.json
AgeCommit message (Collapse)AuthorFilesLines
2018-09-20Keyboard: Move Bathroom Epiphany boards into its own directory (#3936)MechMerlin1-15/+0
* make bpiphany directory with simple readme file * move unloved_bastard to bpiphany directory * move frosty_flake to bpiphany directory * move pegasushoof to bpiphany directory * move tiger_lily to bpiphany directory * add a little more info to readme * move kitten_paw to bpiphany directory * update make instructions * update intro text * add missing routines to matrix.c of unloved_bastard * add missing routines
2018-07-05Tiger Lily Controller refactor and Configurator support (#3313)noroadsleft1-0/+15
* Matrix refactor: rename KEYMAP to LAYOUT; +LAYOUT_fullsize_ansi * Keymap refactor: QMK_KEYBOARD_H; matrix rename; +default_ansi keymap * Configurator support * Add LAYOUTS = fullsize_ansi to rules.mk * Readme cleanup