summaryrefslogtreecommitdiff
path: root/tmk_core
diff options
context:
space:
mode:
authorU-LANDSRAAD\drashna2018-03-27 10:20:22 -0700
committerJack Humbert2018-03-28 15:37:00 -0400
commitbdb718af0de9aadeb198e7ead9c124f548e36f32 (patch)
tree7377e13488ec474c82216bb8f36c3ced10b555f8 /tmk_core
parentc39780b8e1930a60363ac5e2f214c14eabde05d3 (diff)
Fix RGB Sleep code
Diffstat (limited to 'tmk_core')
-rw-r--r--tmk_core/common/avr/suspend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/avr/suspend.c b/tmk_core/common/avr/suspend.c
index 4cdd6a420..81e426641 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