diff options
Diffstat (limited to 'keyboards/eco/eco.h')
-rw-r--r-- | keyboards/eco/eco.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/eco/eco.h b/keyboards/eco/eco.h new file mode 100644 index 0000000000..2cfb8df26b --- /dev/null +++ b/keyboards/eco/eco.h @@ -0,0 +1,14 @@ +#ifndef ECO_H +#define ECO_H + +#ifdef SUBPROJECT_rev1 + #include "rev1.h" +#endif +#ifdef SUBPROJECT_rev2 + #include "rev2.h" +#endif + + +#include "quantum.h" + +#endif
\ No newline at end of file |