Tiger Lily Controller refactor and Configurator support (#3313)

* 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
This commit is contained in:
noroadsleft
2018-07-04 21:44:02 -07:00
committed by Drashna Jaelre
parent 77445afac5
commit db8b547b7d
9 changed files with 87 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "../../config.h"
// place overrides here
#endif