logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: a822545da07f9561e231df15feb68d829c7b507f
parent 40c93bcdc6fc8bd5326db341395c95430d2b05c7
Author: Joel Challis <git@zvecr.com>
Date:   Tue, 24 Dec 2024 18:26:08 +0000

Set custom effect defines for LED Matrix (#24745)


Diffstat:

Mbuilddefs/common_features.mk7+++++++
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