diff options
Diffstat (limited to 'quantum/rgblight.h')
-rw-r--r-- | quantum/rgblight.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/quantum/rgblight.h b/quantum/rgblight.h index 2a712d8be..efc685f31 100644 --- a/quantum/rgblight.h +++ b/quantum/rgblight.h | |||
@@ -41,6 +41,12 @@ | |||
41 | #include "eeconfig.h" | 41 | #include "eeconfig.h" |
42 | #include "light_ws2812.h" | 42 | #include "light_ws2812.h" |
43 | 43 | ||
44 | extern const uint8_t RGBLED_BREATHING_INTERVALS[4] PROGMEM; | ||
45 | extern const uint8_t RGBLED_RAINBOW_MOOD_INTERVALS[3] PROGMEM; | ||
46 | extern const uint8_t RGBLED_RAINBOW_SWIRL_INTERVALS[3] PROGMEM; | ||
47 | extern const uint8_t RGBLED_SNAKE_INTERVALS[3] PROGMEM; | ||
48 | extern const uint8_t RGBLED_KNIGHT_INTERVALS[3] PROGMEM; | ||
49 | |||
44 | typedef union { | 50 | typedef union { |
45 | uint32_t raw; | 51 | uint32_t raw; |
46 | struct { | 52 | struct { |