X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=keyboards%2Feco%2Feco.h;h=4f8cfabd88530f3f5828714fe451baf9a0739628;hb=4c1164c469a103981478222b21ef5ffaa364448d;hp=9da33b9b8d41a73a433fc198a746672ddf8ff930;hpb=62214986013ee6596afa55023f7a95a8527d910f;p=qmk_firmware.git diff --git a/keyboards/eco/eco.h b/keyboards/eco/eco.h index 9da33b9b8..4f8cfabd8 100644 --- a/keyboards/eco/eco.h +++ b/keyboards/eco/eco.h @@ -1,9 +1,13 @@ #ifndef ECO_H #define ECO_H -#ifdef SUBPROJECT_rev1 +#ifdef KEYBOARD_eco_rev1 #include "rev1.h" #endif +#ifdef KEYBOARD_eco_rev2 + #include "rev2.h" +#endif + #include "quantum.h"