summaryrefslogtreecommitdiffstats
path: root/keyboards/helix
diff options
context:
space:
mode:
authorMakotoKurauchi <pluis@me.com>2018-07-01 20:09:06 +0200
committerDrashna Jaelre <drashna@live.com>2018-07-01 20:09:06 +0200
commitc3d429bcb680b9bca5bb07c69fba3e694cd53d19 (patch)
tree7b4c8b8c4c379c76a32d6d0d50759efb40eede5e /keyboards/helix
parent90c384f6504fa69a4e9abe9968b7e61e7670e180 (diff)
downloadqmk_firmware-c3d429bcb680b9bca5bb07c69fba3e694cd53d19.tar.gz
qmk_firmware-c3d429bcb680b9bca5bb07c69fba3e694cd53d19.tar.xz
defaulted to 5 rows when HELIX_ROWS is not defined (#3282)
Diffstat (limited to 'keyboards/helix')
-rw-r--r--keyboards/helix/helix.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/helix/helix.h b/keyboards/helix/helix.h
index 3a9d26c5b..46e61c7b8 100644
--- a/keyboards/helix/helix.h
+++ b/keyboards/helix/helix.h
@@ -33,7 +33,7 @@
KC_##L20, KC_##L21, KC_##L22, KC_##L23, KC_##L24, KC_##L25, KC_##R20, KC_##R21, KC_##R22, KC_##R23, KC_##R24, KC_##R25, \
KC_##L30, KC_##L31, KC_##L32, KC_##L33, KC_##L34, KC_##L35, KC_##R30, KC_##R31, KC_##R32, KC_##R33, KC_##R34, KC_##R35 \
)
-#elif HELIX_ROWS == 5
+#else
#define LAYOUT_kc( \
L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \
L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \
@@ -48,8 +48,6 @@
KC_##L30, KC_##L31, KC_##L32, KC_##L33, KC_##L34, KC_##L35, KC_##R30, KC_##R31, KC_##R32, KC_##R33, KC_##R34, KC_##R35, \
KC_##L40, KC_##L41, KC_##L42, KC_##L43, KC_##L44, KC_##L45, KC_##R40, KC_##R41, KC_##R42, KC_##R43, KC_##R44, KC_##R45 \
)
-#else
- #error "expected HELIX_ROWS 3 or 4 or 5"
#endif
#include "quantum.h"