1
0
Fork 0

Add breathing sleep LED during USB suspend

This commit is contained in:
tmk 2013-03-15 22:22:57 +09:00
parent 42f6ff0886
commit f0c5f1b910
5 changed files with 128 additions and 9 deletions

View file

@ -47,5 +47,11 @@ ifdef $(or MOUSEKEY_ENABLE, PS2_MOUSE_ENABLE)
OPT_DEFS += -DMOUSE_ENABLE
endif
ifdef SLEEP_LED_ENABLE
SRC += $(COMMON_DIR)/sleep_led.c
OPT_DEFS += -DSLEEP_LED_ENABLE
endif
# Search Path
VPATH += $(TOP_DIR)/common