diff options
author | U-LANDSRAAD\drashna <drashna@live.com> | 2018-03-27 10:20:22 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-03-28 15:37:00 -0400 |
commit | bdb718af0de9aadeb198e7ead9c124f548e36f32 (patch) | |
tree | 7377e13488ec474c82216bb8f36c3ced10b555f8 /tmk_core/common | |
parent | c39780b8e1930a60363ac5e2f214c14eabde05d3 (diff) | |
download | qmk_firmware-bdb718af0de9aadeb198e7ead9c124f548e36f32.tar.gz qmk_firmware-bdb718af0de9aadeb198e7ead9c124f548e36f32.zip |
Fix RGB Sleep code
Diffstat (limited to 'tmk_core/common')
-rw-r--r-- | tmk_core/common/avr/suspend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/avr/suspend.c b/tmk_core/common/avr/suspend.c index 4cdd6a420e..81e4266410 100644 --- a/tmk_core/common/avr/suspend.c +++ b/tmk_core/common/avr/suspend.c @@ -19,7 +19,7 @@ #include "audio.h" #endif /* AUDIO_ENABLE */ -#ifdef RGBLIGHT_ANIMATIONS +#ifdef RGBLIGHT_SLEEP #include "rgblight.h" #endif |