Browse Source

Update Godspeed colors

Konstantin Đorđević 6 years ago
parent
commit
f9c070e1a4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      users/konstantin/rgb.c

+ 2 - 2
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 };