summaryrefslogtreecommitdiffstats
path: root/keyboards/helix
diff options
context:
space:
mode:
authorMakotoKurauchi <pluis@me.com>2018-07-05 04:04:11 +0200
committerDrashna Jaelre <drashna@live.com>2018-07-05 04:04:11 +0200
commit77445afac5249014e69dc48be183d16254eaff17 (patch)
tree3b3b218653ce6c83d8c45415108c61314afa08bc /keyboards/helix
parentb9bf310b0f4b25ff4859ce8a47f046ecc6a4c726 (diff)
downloadqmk_firmware-77445afac5249014e69dc48be183d16254eaff17.tar.gz
qmk_firmware-77445afac5249014e69dc48be183d16254eaff17.tar.xz
defaulted to 5 rows when HELIX_ROWS is not defined (#3312)
Diffstat (limited to 'keyboards/helix')
-rw-r--r--keyboards/helix/rev2/rev2.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/helix/rev2/rev2.h b/keyboards/helix/rev2/rev2.h
index 1da6f668f..2a789d66f 100644
--- a/keyboards/helix/rev2/rev2.h
+++ b/keyboards/helix/rev2/rev2.h
@@ -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)
@@ -108,8 +108,6 @@
{ R46, R40, R41, R42, R43, R44, R45 } \
}
#endif
-#else
- #error "expected HELIX_ROWS 4 or 5"
#endif
#endif