Skip to content

Commit

Permalink
Set custom effect defines for LED Matrix (#24745)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Dec 24, 2024
1 parent 40c93bc commit a822545
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions builddefs/common_features.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a822545

Please sign in to comment.