diff options
author | Damien <Dbroqua@users.noreply.github.com> | 2016-10-13 21:51:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-13 21:51:35 +0200 |
commit | 2098b363eac81298ca51edc06970a767d991c78c (patch) | |
tree | 21efeb402b250ece4c62e39e71eec06d925eaea3 /quantum/rgblight.h | |
parent | 811257a0c8a20a7bf5481f745a083f7e7f01342c (diff) | |
parent | 0a9ad8f335f5b5b9d184d9e5e9ece6cda149df7e (diff) |
Merge pull request #9 from jackhumbert/master
Merge from jackhumbert
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 def26c428c..17f04ffcf2 100644 --- a/quantum/rgblight.h +++ b/quantum/rgblight.h @@ -40,6 +40,12 @@ #include "eeconfig.h" #include "light_ws2812.h" +extern const uint8_t RGBLED_BREATHING_INTERVALS[4] PROGMEM; +extern const uint8_t RGBLED_RAINBOW_MOOD_INTERVALS[3] PROGMEM; +extern const uint8_t RGBLED_RAINBOW_SWIRL_INTERVALS[3] PROGMEM; +extern const uint8_t RGBLED_SNAKE_INTERVALS[3] PROGMEM; +extern const uint8_t RGBLED_KNIGHT_INTERVALS[3] PROGMEM; + typedef union { uint32_t raw; struct { |