diff options
| author | tmk <nobody@nowhere> | 2013-03-15 22:22:57 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-03-16 17:24:05 +0900 |
| commit | f0c5f1b910ecf9536e5b95cc4ca9a43b0f4b2c36 (patch) | |
| tree | f68e720804c1c82109c1de19dc3cc7d9eb2cabf0 /common/sleep_led.h | |
| parent | 42f6ff088652827a82474c3a07f4c2c9497bacd9 (diff) | |
| download | qmk_firmware-f0c5f1b910ecf9536e5b95cc4ca9a43b0f4b2c36.tar.gz qmk_firmware-f0c5f1b910ecf9536e5b95cc4ca9a43b0f4b2c36.zip | |
Add breathing sleep LED during USB suspend
Diffstat (limited to 'common/sleep_led.h')
| -rw-r--r-- | common/sleep_led.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/common/sleep_led.h b/common/sleep_led.h new file mode 100644 index 000000000..aebdbeaa5 --- /dev/null +++ b/common/sleep_led.h | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #ifndef SLEEP_LED_H | ||
| 2 | #define SLEEP_LED_H | ||
| 3 | |||
| 4 | #define NO_SUSPEND_POWER_DOWN | ||
| 5 | |||
| 6 | void sleep_led_init(void); | ||
| 7 | void sleep_led_enable(void); | ||
| 8 | void sleep_led_disable(void); | ||
| 9 | |||
| 10 | #endif | ||
