This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
tmk_keyboard/tmk_core/common/sleep_led.h
2016-10-12 14:35:53 +09:00

11 lines
187 B
C

#ifndef SLEEP_LED_H
#define SLEEP_LED_H
void sleep_led_init(void);
void sleep_led_enable(void);
void sleep_led_disable(void);
void sleep_led_on(void);
void sleep_led_off(void);
#endif