Helix rev2: remove 4 rows option (#20667)

This commit is contained in:
Ryan 2023-05-04 10:14:08 +10:00 committed by GitHub
parent 13e139779e
commit d579d82cac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 124 additions and 584 deletions

View file

@ -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