summaryrefslogtreecommitdiff
path: root/keyboards/eco/eco.h
diff options
context:
space:
mode:
authorThat-Canadian <poole.chris.11@gmail.com>2017-07-04 14:14:26 -0400
committerThat-Canadian <poole.chris.11@gmail.com>2017-07-04 14:14:26 -0400
commite256468e486ef705be107ee46d8128aa2d9638bd (patch)
tree7115fd8bdf1d5a96fa55047e92085afd1eb154c3 /keyboards/eco/eco.h
parent34c8bf47a76c8a2dcd3b1a19dd608f8fb2fafb31 (diff)
Added ECO keyboard folder and configuration files. Also added my (That-Canadian) keymap folder and files.
Diffstat (limited to 'keyboards/eco/eco.h')
-rw-r--r--keyboards/eco/eco.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/eco/eco.h b/keyboards/eco/eco.h
new file mode 100644
index 0000000000..9da33b9b8d
--- /dev/null
+++ b/keyboards/eco/eco.h
@@ -0,0 +1,10 @@
+#ifndef ECO_H
+#define ECO_H
+
+#ifdef SUBPROJECT_rev1
+ #include "rev1.h"
+#endif
+
+#include "quantum.h"
+
+#endif \ No newline at end of file