diff options
author | Ryan <fauxpark@gmail.com> | 2023-05-04 10:14:08 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 10:14:08 +1000 |
commit | d579d82cacd9c69634790d9a9de5edeeaa19226f (patch) | |
tree | 46e824810ec745a021fd3b7c1cdb8061da20d87f /keyboards/helix/rev2/local_features.mk | |
parent | 13e139779e646388d13a5070c4e28893522e5be6 (diff) |
Helix rev2: remove 4 rows option (#20667)
Diffstat (limited to 'keyboards/helix/rev2/local_features.mk')
-rw-r--r-- | keyboards/helix/rev2/local_features.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/helix/rev2/local_features.mk b/keyboards/helix/rev2/local_features.mk index 34fd699a65..6e63cc7172 100644 --- a/keyboards/helix/rev2/local_features.mk +++ b/keyboards/helix/rev2/local_features.mk @@ -44,13 +44,6 @@ endif # convert Helix-specific options (that represent combinations of standard options) # into QMK standard options. -ifneq ($(strip $(HELIX_ROWS)), 4) - ifneq ($(strip $(HELIX_ROWS)), 5) - $(error HELIX_ROWS = $(strip $(HELIX_ROWS)) is unexpected value) - endif -endif -OPT_DEFS += -DHELIX_ROWS=$(strip $(HELIX_ROWS)) - ifeq ($(strip $(LED_BACK_ENABLE)), yes) RGBLIGHT_ENABLE = yes OPT_DEFS += -DRGBLED_BACK |