forked from mirrors/qmk_userspace
Add breathing sleep LED during USB suspend
This commit is contained in:
parent
42f6ff0886
commit
f0c5f1b910
5 changed files with 128 additions and 9 deletions
10
common/sleep_led.h
Normal file
10
common/sleep_led.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef SLEEP_LED_H
|
||||
#define SLEEP_LED_H
|
||||
|
||||
#define NO_SUSPEND_POWER_DOWN
|
||||
|
||||
void sleep_led_init(void);
|
||||
void sleep_led_enable(void);
|
||||
void sleep_led_disable(void);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue