X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=users%2Fkonstantin%2Frgb.h;h=aed855aa05ebe4e02cf269361c782e754690ae9e;hb=8c1900a658b4f99c0201008b6832ea71e5e9396f;hp=e296cf12e7ca6e01e5770c1b967f582a52e2c298;hpb=bd43df53bdf0009a152251582a05046bbefb0858;p=qmk_firmware.git diff --git a/users/konstantin/rgb.h b/users/konstantin/rgb.h index e296cf12e..aed855aa0 100644 --- a/users/konstantin/rgb.h +++ b/users/konstantin/rgb.h @@ -3,15 +3,16 @@ #include "quantum.h" typedef struct { - uint16_t h; // 0–360 - uint8_t s; // 0–255 - uint8_t v; // 0–255 + 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 + 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;