]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - users/konstantin/rgb.h
Remove more commented out MCUs
[qmk_firmware.git] / users / konstantin / rgb.h
index e296cf12e7ca6e01e5770c1b967f582a52e2c298..36a9d9cd7481ee161cfa6d7d7f004459a5ce4a7f 100644 (file)
@@ -2,16 +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 GODSPEED_BLUE;
+extern const HSV GODSPEED_YELLOW;
+extern const HSV MODERN_DOLCH_RED;