diff options
author | That-Canadian <poole.chris.11@gmail.com> | 2017-07-04 14:14:26 -0400 |
---|---|---|
committer | That-Canadian <poole.chris.11@gmail.com> | 2017-07-04 14:14:26 -0400 |
commit | e256468e486ef705be107ee46d8128aa2d9638bd (patch) | |
tree | 7115fd8bdf1d5a96fa55047e92085afd1eb154c3 /keyboards/eco/Makefile | |
parent | 34c8bf47a76c8a2dcd3b1a19dd608f8fb2fafb31 (diff) |
Added ECO keyboard folder and configuration files. Also added my (That-Canadian) keymap folder and files.
Diffstat (limited to 'keyboards/eco/Makefile')
-rw-r--r-- | keyboards/eco/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/eco/Makefile b/keyboards/eco/Makefile new file mode 100644 index 0000000000..30b43c4eaa --- /dev/null +++ b/keyboards/eco/Makefile @@ -0,0 +1,5 @@ +SUBPROJECT_DEFAULT = rev1 + +ifndef MAKEFILE_INCLUDED + include ../../Makefile +endif
\ No newline at end of file |