]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/eco/eco.h
Added ECO keyboard folder and configuration files. Also added my (That-Canadian)...
[qmk_firmware.git] / keyboards / eco / eco.h
diff --git a/keyboards/eco/eco.h b/keyboards/eco/eco.h
new file mode 100644 (file)
index 0000000..9da33b9
--- /dev/null
@@ -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