diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-02-16 17:26:39 +0100 |
---|---|---|
committer | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-03-02 15:15:58 +0100 |
commit | de2e03650bd4d6056513991d4481679e246667bb (patch) | |
tree | 5828925472ecef9be67818b0b422387cfeb056a2 /users/konstantin/rgb.c | |
parent | 8e0dfdfb5307e8b0abb2f6030c9147cfd12964c8 (diff) |
Update GODSPEED_BLUE values and RGB mode keys
Diffstat (limited to 'users/konstantin/rgb.c')
-rw-r--r-- | users/konstantin/rgb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/konstantin/rgb.c b/users/konstantin/rgb.c index a09057d282..b69123be05 100644 --- a/users/konstantin/rgb.c +++ b/users/konstantin/rgb.c @@ -1,3 +1,3 @@ #include "rgb.h" -const hsv_t GODSPEED_BLUE = { .h = 214, .s = 17, .v = 73 }; +const hsv_t GODSPEED_BLUE = { .h = 300, .s = 68, .v = RGBLIGHT_LIMIT_VAL }; |