diff options
Diffstat (limited to 'users/konstantin/rgb.c')
| -rw-r--r-- | users/konstantin/rgb.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/users/konstantin/rgb.c b/users/konstantin/rgb.c index a96cad019..fffa250f2 100644 --- a/users/konstantin/rgb.c +++ b/users/konstantin/rgb.c | |||
| @@ -20,6 +20,7 @@ const uint8_t PROGMEM RGBLED_SNAKE_INTERVALS[] = { 20, 50, 100 }; | |||
| 20 | const uint8_t PROGMEM RGBLED_KNIGHT_INTERVALS[] = { 20, 50, 100 }; | 20 | const uint8_t PROGMEM RGBLED_KNIGHT_INTERVALS[] = { 20, 50, 100 }; |
| 21 | #endif | 21 | #endif |
| 22 | 22 | ||
| 23 | const HSV GODSPEED_BLUE = { .h = 198, .s = 68, .v = 255 }; | 23 | const HSV godspeed_blue = { GODSPEED_BLUE }; |
| 24 | const HSV GODSPEED_YELLOW = { .h = 27, .s = 153, .v = 255 }; | 24 | const HSV godspeed_yellow = { GODSPEED_YELLOW }; |
| 25 | const HSV MODERN_DOLCH_RED = { .h = 252, .s = 255, .v = 144 }; | 25 | const HSV modern_dolch_cyan = { MODERN_DOLCH_CYAN }; |
| 26 | const HSV modern_dolch_red = { MODERN_DOLCH_RED }; | ||
