commit 8037c7332cba6b6b5a80d8f8cb1ae1984099ddc1 parent 174190128114d0e36d81ce2044f81ef0faec74d6 Author: QMK Bot <hello@qmk.fm> Date: Tue, 24 Dec 2024 18:26:40 +0000 Merge remote-tracking branch 'origin/master' into develop Diffstat:
| M | builddefs/common_features.mk | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/builddefs/common_features.mk b/builddefs/common_features.mk @@ -433,6 +433,13 @@ ifeq ($(strip $(LED_MATRIX_ENABLE)), yes) SRC += snled27351-mono.c endif + ifeq ($(strip $(LED_MATRIX_CUSTOM_KB)), yes) + OPT_DEFS += -DLED_MATRIX_CUSTOM_KB + endif + + ifeq ($(strip $(LED_MATRIX_CUSTOM_USER)), yes) + OPT_DEFS += -DLED_MATRIX_CUSTOM_USER + endif endif # Deprecated driver names - do not use