diff options
Diffstat (limited to 'common_features.mk')
| -rw-r--r-- | common_features.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common_features.mk b/common_features.mk index 6c835abde..65ff6b5b3 100644 --- a/common_features.mk +++ b/common_features.mk | |||
| @@ -115,7 +115,7 @@ ifeq ($(strip $(RGBLIGHT_ENABLE)), yes) | |||
| 115 | endif | 115 | endif |
| 116 | 116 | ||
| 117 | RGB_MATRIX_ENABLE ?= no | 117 | RGB_MATRIX_ENABLE ?= no |
| 118 | VALID_MATRIX_TYPES := yes IS31FL3731L IS31FL3733L custom | 118 | VALID_MATRIX_TYPES := yes IS31FL3731 IS31FL3733 custom |
| 119 | ifneq ($(strip $(RGB_MATRIX_ENABLE)), no) | 119 | ifneq ($(strip $(RGB_MATRIX_ENABLE)), no) |
| 120 | ifeq ($(filter $(RGB_MATRIX_ENABLE),$(VALID_MATRIX_TYPES)),) | 120 | ifeq ($(filter $(RGB_MATRIX_ENABLE),$(VALID_MATRIX_TYPES)),) |
| 121 | $(error RGB_MATRIX_ENABLE="$(RGB_MATRIX_ENABLE)" is not a valid matrix type) | 121 | $(error RGB_MATRIX_ENABLE="$(RGB_MATRIX_ENABLE)" is not a valid matrix type) |
