forked from mirrors/qmk_userspace
More platform/protocol alignment (#14976)
This commit is contained in:
parent
0f92614240
commit
55fb468d74
4 changed files with 84 additions and 86 deletions
|
@ -326,6 +326,13 @@ ifneq ($(strip $(VARIABLE_TRACE)),no)
|
|||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(SLEEP_LED_ENABLE)), yes)
|
||||
SRC += $(PLATFORM_COMMON_DIR)/sleep_led.c
|
||||
OPT_DEFS += -DSLEEP_LED_ENABLE
|
||||
|
||||
NO_SUSPEND_POWER_DOWN := yes
|
||||
endif
|
||||
|
||||
VALID_BACKLIGHT_TYPES := pwm timer software custom
|
||||
|
||||
BACKLIGHT_ENABLE ?= no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue