summaryrefslogtreecommitdiffstats
path: root/quantum/rgblight.h
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-10-09 18:26:16 +0200
committerFred Sundvik <fsundvik@gmail.com>2016-10-09 18:26:16 +0200
commit9b0e21f87f446935f29254bb623c2cfe29472b6e (patch)
treecc723098b72f88171baa808021ebf799a8d83a5a /quantum/rgblight.h
parent0ae07ae64d3549d34c021f70b4a9877e5cd9ced9 (diff)
downloadqmk_firmware-9b0e21f87f446935f29254bb623c2cfe29472b6e.tar.gz
qmk_firmware-9b0e21f87f446935f29254bb623c2cfe29472b6e.tar.xz
Tunable RGB light intervals
Diffstat (limited to 'quantum/rgblight.h')
-rw-r--r--quantum/rgblight.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/quantum/rgblight.h b/quantum/rgblight.h
index def26c428..17f04ffcf 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 {