diff options
| author | Brad <broswen@users.noreply.github.com> | 2018-07-29 10:42:11 -0500 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2018-07-29 08:42:11 -0700 |
| commit | 595f3cbe5bb06eab583352a047c89859a6fa0753 (patch) | |
| tree | 7061681a1dde9f7c3326cd6e8c96d34d9716a46e /quantum/rgblight.h | |
| parent | f1513c3ad21822a376eb50fb8331e63617a0b2db (diff) | |
| download | qmk_firmware-595f3cbe5bb06eab583352a047c89859a6fa0753.tar.gz qmk_firmware-595f3cbe5bb06eab583352a047c89859a6fa0753.zip | |
Added alternating led underglow pattern (#3498)
* added alternating led pattern
* added alternating with rgblight_config values
* removed my comments
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 0f7b5ffb5..ba010dfae 100644 --- a/quantum/rgblight.h +++ b/quantum/rgblight.h | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | #define RGBLIGHT_H | 17 | #define RGBLIGHT_H |
| 18 | 18 | ||
| 19 | #ifdef RGBLIGHT_ANIMATIONS | 19 | #ifdef RGBLIGHT_ANIMATIONS |
| 20 | #define RGBLIGHT_MODES 35 | 20 | #define RGBLIGHT_MODES 36 |
| 21 | #else | 21 | #else |
| 22 | #define RGBLIGHT_MODES 1 | 22 | #define RGBLIGHT_MODES 1 |
| 23 | #endif | 23 | #endif |
| @@ -166,5 +166,6 @@ void rgblight_effect_snake(uint8_t interval); | |||
| 166 | void rgblight_effect_knight(uint8_t interval); | 166 | void rgblight_effect_knight(uint8_t interval); |
| 167 | void rgblight_effect_christmas(void); | 167 | void rgblight_effect_christmas(void); |
| 168 | void rgblight_effect_rgbtest(void); | 168 | void rgblight_effect_rgbtest(void); |
| 169 | void rgblight_effect_alternating(void); | ||
| 169 | 170 | ||
| 170 | #endif | 171 | #endif |
