diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-12-23 10:29:19 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-12-23 10:29:19 -0500 |
commit | cae269b08b642b07ee06dec7120a784a3c3d7aab (patch) | |
tree | 9075edc6468e2c7e07e2008103db4423472ca93f /quantum/rgblight.h | |
parent | 9675e1357fb82bf0fcd5c34ff7d5cfedbacc9274 (diff) | |
download | qmk_firmware-cae269b08b642b07ee06dec7120a784a3c3d7aab.tar.gz |
Christmas RGB light mode
Diffstat (limited to 'quantum/rgblight.h')
-rw-r--r-- | quantum/rgblight.h | 3 |
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 |