summaryrefslogtreecommitdiffstats
path: root/quantum/rgblight.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-12-23 16:29:19 +0100
committerJack Humbert <jack.humb@gmail.com>2016-12-23 16:29:19 +0100
commitcae269b08b642b07ee06dec7120a784a3c3d7aab (patch)
tree9075edc6468e2c7e07e2008103db4423472ca93f /quantum/rgblight.h
parent9675e1357fb82bf0fcd5c34ff7d5cfedbacc9274 (diff)
downloadqmk_firmware-cae269b08b642b07ee06dec7120a784a3c3d7aab.tar.gz
qmk_firmware-cae269b08b642b07ee06dec7120a784a3c3d7aab.tar.xz
Christmas RGB light mode
Diffstat (limited to 'quantum/rgblight.h')
-rw-r--r--quantum/rgblight.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/quantum/rgblight.h b/quantum/rgblight.h
index aa1d026e0..ceb624692 100644
--- a/quantum/rgblight.h
+++ b/quantum/rgblight.h
@@ -2,7 +2,7 @@
#define RGBLIGHT_H
#ifdef RGBLIGHT_ANIMATIONS
- #define RGBLIGHT_MODES 23
+ #define RGBLIGHT_MODES 24
#else
#define RGBLIGHT_MODES 1
#endif
@@ -98,5 +98,6 @@ void rgblight_effect_rainbow_mood(uint8_t interval);
void rgblight_effect_rainbow_swirl(uint8_t interval);
void rgblight_effect_snake(uint8_t interval);
void rgblight_effect_knight(uint8_t interval);
+void rgblight_effect_christmas(void);
#endif