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/Makefile | |
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/Makefile')
-rw-r--r-- | keyboards/tiger_lily/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/tiger_lily/Makefile b/keyboards/tiger_lily/Makefile new file mode 100644 index 0000000000..57b2ef62e5 --- /dev/null +++ b/keyboards/tiger_lily/Makefile @@ -0,0 +1,3 @@ +ifndef MAKEFILE_INCLUDED + include ../../Makefile +endif |