Skip to content

Commit

Permalink
Merge branch 'develop' into chordal_hold
Browse files Browse the repository at this point in the history
  • Loading branch information
getreuer committed Dec 24, 2024
2 parents 2b1eff2 + 8037c73 commit bb7a3c3
Show file tree
Hide file tree
Showing 80 changed files with 5,401 additions and 175 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
Loading

0 comments on commit bb7a3c3

Please sign in to comment.