]> git.gir.st - tmk_keyboard.git/blob - common/sleep_led.h
Add breathing sleep LED during USB suspend
[tmk_keyboard.git] / common / sleep_led.h
1 #ifndef SLEEP_LED_H
2 #define SLEEP_LED_H
3
4 #define NO_SUSPEND_POWER_DOWN
5
6 void sleep_led_init(void);
7 void sleep_led_enable(void);
8 void sleep_led_disable(void);
9
10 #endif
Imprint / Impressum