summaryrefslogtreecommitdiff
path: root/keyboards/eco/eco.h
diff options
context:
space:
mode:
authorThat-Canadian2017-08-03 11:02:52 -0400
committerThat-Canadian2017-08-03 11:02:52 -0400
commit8765751f7045ff25a036d8a782bab8e7de0eed16 (patch)
tree58ed9a7be54729e3fe4b2ecec7ffb6e39ea807f8 /keyboards/eco/eco.h
parentc33434c0d64dd7cbd5f6371c7cb4ac5e05924944 (diff)
Added V2 files for the ECO board, also changed default from rev1 to rev2.
Diffstat (limited to 'keyboards/eco/eco.h')
-rw-r--r--keyboards/eco/eco.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/eco/eco.h b/keyboards/eco/eco.h
index 9da33b9b8..2cfb8df26 100644
--- a/keyboards/eco/eco.h
+++ b/keyboards/eco/eco.h
@@ -4,6 +4,10 @@
#ifdef SUBPROJECT_rev1
#include "rev1.h"
#endif
+#ifdef SUBPROJECT_rev2
+ #include "rev2.h"
+#endif
+
#include "quantum.h"