]> git.donarmstrong.com Git - tmk_firmware.git/blob - common/sleep_led.h
aebdbeaa5a40f03065865ec1533fe7746de85963
[tmk_firmware.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