]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/eco/config.h
Updates bootloader settings, adds file size check (#2029)
[qmk_firmware.git] / keyboards / eco / config.h
index af7e1822c8da610df9bf295afe640ef3ed948bd6..f6b78631ea02c8377c61b558bff0d70dc610453f 100644 (file)
@@ -31,8 +31,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #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 <http://www.gnu.org/licenses/>.
 #ifdef SUBPROJECT_rev1
     #include "rev1/config.h"
 #endif
+#ifdef SUBPROJECT_rev2
+    #include "rev2/config.h"
+#endif
 
 #endif