summaryrefslogtreecommitdiffstats
path: root/users
diff options
context:
space:
mode:
authorKonstantin Đorđević <vomindoraan@gmail.com>2019-02-19 15:20:11 +0100
committerKonstantin Đorđević <vomindoraan@gmail.com>2019-03-02 15:16:00 +0100
commitf9c070e1a492b60f1c475302e82b17d9bcfc298c (patch)
treefeea6b3393557614ddec03219612eea909727662 /users
parent9baee84b36fbb9c506e593a2a9bca851ed67b8e8 (diff)
downloadqmk_firmware-f9c070e1a492b60f1c475302e82b17d9bcfc298c.tar.gz
qmk_firmware-f9c070e1a492b60f1c475302e82b17d9bcfc298c.tar.xz
Update Godspeed colors
Diffstat (limited to 'users')
-rw-r--r--users/konstantin/rgb.c4
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};
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 };