X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=users%2Fkonstantin%2Frgb.h;fp=users%2Fkonstantin%2Frgb.h;h=36a9d9cd7481ee161cfa6d7d7f004459a5ce4a7f;hb=38fdf7a2d2f3f0bb9c21332b81a289de94b9870a;hp=aed855aa05ebe4e02cf269361c782e754690ae9e;hpb=663ca6ba9db59e05f1ba057ad4c0e3ff3cb0cff1;p=qmk_firmware.git diff --git a/users/konstantin/rgb.h b/users/konstantin/rgb.h index aed855aa0..36a9d9cd7 100644 --- a/users/konstantin/rgb.h +++ b/users/konstantin/rgb.h @@ -2,17 +2,6 @@ #include "quantum.h" -typedef struct { - uint16_t h; // 0–360 - uint8_t s; // 0–255 - uint8_t v; // 0–255 -} hsv_t; - -typedef struct { - uint8_t r; // 0–255 - uint8_t g; // 0–255 - uint8_t b; // 0–255 -} rgb_t; - -extern const hsv_t GODSPEED_BLUE; -extern const hsv_t GODSPEED_YELLOW; +extern const HSV GODSPEED_BLUE; +extern const HSV GODSPEED_YELLOW; +extern const HSV MODERN_DOLCH_RED;