1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
tmk_keyboard_custom/common/sleep_led.h

11 line
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