Created
September 28, 2018 20:32
-
-
Save drashna/3d890cfef304fbe517cc11c47402bece to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | |
endif | |
RGB_MATRIX_ENABLE ?= no | |
-VALID_MATRIX_TYPES := yes IS31FL3731L IS31FL3733L custom | |
+VALID_MATRIX_TYPES := yes IS31FL3731 IS31FL3733 custom | |
ifneq ($(strip $(RGB_MATRIX_ENABLE)), no) | |
ifeq ($(filter $(RGB_MATRIX_ENABLE),$(VALID_MATRIX_TYPES)),) | |
$(error RGB_MATRIX_ENABLE="$(RGB_MATRIX_ENABLE)" is not a valid matrix type) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment