mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
10 lines
166 B
C
10 lines
166 B
C
#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
|