diff options
author | TerryMathews <terry@terrymathews.net> | 2016-09-22 23:33:22 -0400 |
---|---|---|
committer | TerryMathews <terry@terrymathews.net> | 2016-09-22 23:33:22 -0400 |
commit | fad54872667d493ccd95e2171addf6c6b22343b7 (patch) | |
tree | ca11445022f5735c9e6400f35c37272b546427f7 /keyboards/tada68/Makefile | |
parent | 0f205a854ff18967acef5a6060efb655b6b77247 (diff) |
Initial support for TADA68
Diffstat (limited to 'keyboards/tada68/Makefile')
-rw-r--r-- | keyboards/tada68/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/tada68/Makefile b/keyboards/tada68/Makefile new file mode 100644 index 0000000000..4e2a6f00fd --- /dev/null +++ b/keyboards/tada68/Makefile @@ -0,0 +1,3 @@ +ifndef MAKEFILE_INCLUDED + include ../../Makefile +endif
\ No newline at end of file |