git://git.gir.st
/
tmk_keyboard.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
core: Fix sleep_led
[tmk_keyboard.git]
/
tmk_core
/
common
/
sleep_led.h
1
#ifndef SLEEP_LED_H
2
#define SLEEP_LED_H
3
4
5
void
sleep_led_init
(
void
);
6
void
sleep_led_enable
(
void
);
7
void
sleep_led_disable
(
void
);
8
void
sleep_led_on
(
void
);
9
void
sleep_led_off
(
void
);
10
11
#endif