X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Feco%2Fconfig.h;h=f6b78631ea02c8377c61b558bff0d70dc610453f;hb=40bf3a2ce9ec781cc2ff7218f909ffdbece44e97;hp=af7e1822c8da610df9bf295afe640ef3ed948bd6;hpb=2cf97c6d902167f08448bb3c840f102fe3942b95;p=qmk_firmware.git diff --git a/keyboards/eco/config.h b/keyboards/eco/config.h index af7e1822c..f6b78631e 100644 --- a/keyboards/eco/config.h +++ b/keyboards/eco/config.h @@ -31,8 +31,6 @@ along with this program. If not, see . #define MATRIX_ROWS 4 #define MATRIX_COLS 14 -#define CATERINA_BOOTLOADER - /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW @@ -73,5 +71,8 @@ along with this program. If not, see . #ifdef SUBPROJECT_rev1 #include "rev1/config.h" #endif +#ifdef SUBPROJECT_rev2 + #include "rev2/config.h" +#endif #endif