diff options
author | TerryMathews <terry@terrymathews.net> | 2017-05-07 17:23:19 -0400 |
---|---|---|
committer | TerryMathews <terry@terrymathews.net> | 2017-05-07 17:23:19 -0400 |
commit | 3381254c65375c7da451973c7d843bf257a0d4a7 (patch) | |
tree | 518851f5642e89e3f91904e82414f537a6ffb2e3 /keyboards/tiger_lily/keymaps/default/config.h | |
parent | 3899bec4b603a0880055c60df534c5a86ad44a52 (diff) |
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.
Diffstat (limited to 'keyboards/tiger_lily/keymaps/default/config.h')
-rw-r--r-- | keyboards/tiger_lily/keymaps/default/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/tiger_lily/keymaps/default/config.h b/keyboards/tiger_lily/keymaps/default/config.h new file mode 100644 index 0000000000..8893d122e0 --- /dev/null +++ b/keyboards/tiger_lily/keymaps/default/config.h @@ -0,0 +1,8 @@ +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "../../config.h" + +// place overrides here + +#endif |