Merge remote-tracking branch 'qmk/master' into merge-2025-03-22
This commit is contained in:
commit
6aedbad57c
736 changed files with 18949 additions and 5211 deletions
|
|
@ -635,6 +635,10 @@ ifeq ($(strip $(VIA_ENABLE)), yes)
|
|||
TRI_LAYER_ENABLE := yes
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(DYNAMIC_KEYMAP_ENABLE)), yes)
|
||||
SEND_STRING_ENABLE := yes
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(VIAL_ENABLE)), yes)
|
||||
include $(BUILDDEFS_PATH)/build_vial.mk
|
||||
endif
|
||||
|
|
@ -944,6 +948,8 @@ ifeq ($(strip $(WS2812_DRIVER_REQUIRED)), yes)
|
|||
|
||||
OPT_DEFS += -DWS2812_$(strip $(shell echo $(WS2812_DRIVER) | tr '[:lower:]' '[:upper:]'))
|
||||
|
||||
COMMON_VPATH += $(DRIVER_PATH)/led
|
||||
|
||||
SRC += ws2812.c ws2812_$(strip $(WS2812_DRIVER)).c
|
||||
|
||||
ifeq ($(strip $(PLATFORM)), CHIBIOS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue