diff options
Diffstat (limited to 'keyboards/eco/eco.h')
-rw-r--r-- | keyboards/eco/eco.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/eco/eco.h b/keyboards/eco/eco.h index 2cfb8df26..4f8cfabd8 100644 --- a/keyboards/eco/eco.h +++ b/keyboards/eco/eco.h | |||
@@ -1,10 +1,10 @@ | |||
1 | #ifndef ECO_H | 1 | #ifndef ECO_H |
2 | #define ECO_H | 2 | #define ECO_H |
3 | 3 | ||
4 | #ifdef SUBPROJECT_rev1 | 4 | #ifdef KEYBOARD_eco_rev1 |
5 | #include "rev1.h" | 5 | #include "rev1.h" |
6 | #endif | 6 | #endif |
7 | #ifdef SUBPROJECT_rev2 | 7 | #ifdef KEYBOARD_eco_rev2 |
8 | #include "rev2.h" | 8 | #include "rev2.h" |
9 | #endif | 9 | #endif |
10 | 10 | ||