defaulted to 5 rows when HELIX_ROWS is not defined (#3312)
authorMakotoKurauchi <pluis@me.com>
Thu, 5 Jul 2018 02:04:11 +0000 (11:04 +0900)
committerDrashna Jaelre <drashna@live.com>
Thu, 5 Jul 2018 02:04:11 +0000 (19:04 -0700)
keyboards/helix/rev2/rev2.h

index 1da6f66..2a789d6 100644 (file)
@@ -62,7 +62,7 @@
                { R36, R30, R31, R32, R33, R34, R35 }, \
        }
 #endif
-#elif HELIX_ROWS == 5
+#else
   #ifndef FLIP_HALF
   // Standard Keymap
   // (TRRS jack on the left half is to the right, TRRS jack on the right half is to the left)
       { R46, R40, R41, R42, R43, R44, R45 } \
     }
   #endif
-#else
-  #error "expected HELIX_ROWS 4 or 5"
 #endif
 
 #endif