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 | |
parent | 9baee84b36fbb9c506e593a2a9bca851ed67b8e8 (diff) | |
download | qmk_firmware-f9c070e1a492b60f1c475302e82b17d9bcfc298c.tar.gz qmk_firmware-f9c070e1a492b60f1c475302e82b17d9bcfc298c.zip |
Update Godspeed colors
Diffstat (limited to 'users')
-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 ed6efe87a4..0f0c73c49e 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}; const uint8_t RGBLED_KNIGHT_INTERVALS[] PROGMEM = {20, 50, 100}; #endif -const hsv_t GODSPEED_BLUE = { .h = 300, .s = 68, .v = RGBLIGHT_LIMIT_VAL }; -const hsv_t GODSPEED_YELLOW = { .h = 35, .s = 165, .v = RGBLIGHT_LIMIT_VAL }; +const hsv_t GODSPEED_BLUE = { .h = 280, .s = 68, .v = RGBLIGHT_LIMIT_VAL }; +const hsv_t GODSPEED_YELLOW = { .h = 38, .s = 153, .v = RGBLIGHT_LIMIT_VAL }; |