[Userspace] Add Nasu to userspace code (#17524)
* Define Nasu indicator pins in userspace * Add userspace indicator code to Nasu
This commit is contained in:
@@ -43,3 +43,8 @@ ifeq ($(strip $(KEYBOARD)), mechlovin/adelais/standard_led/arm/rev4/stm32f303)
|
||||
SRC += rgb_timeout.c
|
||||
SRC += indicator_layers_sneakbox.c
|
||||
endif
|
||||
ifeq ($(strip $(KEYBOARD)), nasu)
|
||||
SRC += indicator_layers_sneakbox.c
|
||||
SRC += startup_fanfare.c
|
||||
OPT_DEFS += -DHAS_INDICATORS
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user