forked from mirrors/qmk_userspace
Fixes to sleep LED.
Add help text. Add missing SLEEP_LED_ENABLE checks.
This commit is contained in:
parent
862a006190
commit
ddf1759dbe
2 changed files with 7 additions and 0 deletions
|
@ -34,7 +34,9 @@
|
|||
#include "led.h"
|
||||
#include "print.h"
|
||||
#include "util.h"
|
||||
#ifdef SLEEP_LED_ENABLE
|
||||
#include "sleep_led.h"
|
||||
#endif
|
||||
#include "suspend.h"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue