diff options
| author | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-02-19 15:20:11 +0100 |
|---|---|---|
| committer | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-03-02 15:16:00 +0100 |
| commit | f9c070e1a492b60f1c475302e82b17d9bcfc298c (patch) | |
| tree | feea6b3393557614ddec03219612eea909727662 /users/konstantin | |
| parent | 9baee84b36fbb9c506e593a2a9bca851ed67b8e8 (diff) | |
| download | qmk_firmware-f9c070e1a492b60f1c475302e82b17d9bcfc298c.tar.gz qmk_firmware-f9c070e1a492b60f1c475302e82b17d9bcfc298c.zip | |
Update Godspeed colors
Diffstat (limited to 'users/konstantin')
| -rw-r--r-- | users/konstantin/rgb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/konstantin/rgb.c b/users/konstantin/rgb.c index ed6efe87a..0f0c73c49 100644 --- a/users/konstantin/rgb.c +++ b/users/konstantin/rgb.c | |||
| @@ -20,5 +20,5 @@ const uint8_t RGBLED_SNAKE_INTERVALS[] PROGMEM = {20, 50, 100}; | |||
| 20 | const uint8_t RGBLED_KNIGHT_INTERVALS[] PROGMEM = {20, 50, 100}; | 20 | const uint8_t RGBLED_KNIGHT_INTERVALS[] PROGMEM = {20, 50, 100}; |
| 21 | #endif | 21 | #endif |
| 22 | 22 | ||
| 23 | const hsv_t GODSPEED_BLUE = { .h = 300, .s = 68, .v = RGBLIGHT_LIMIT_VAL }; | 23 | const hsv_t GODSPEED_BLUE = { .h = 280, .s = 68, .v = RGBLIGHT_LIMIT_VAL }; |
| 24 | const hsv_t GODSPEED_YELLOW = { .h = 35, .s = 165, .v = RGBLIGHT_LIMIT_VAL }; | 24 | const hsv_t GODSPEED_YELLOW = { .h = 38, .s = 153, .v = RGBLIGHT_LIMIT_VAL }; |
