diff options
Diffstat (limited to 'users/konstantin/rgb.h')
-rw-r--r-- | users/konstantin/rgb.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/users/konstantin/rgb.h b/users/konstantin/rgb.h index 36a9d9cd74..cc7d91808a 100644 --- a/users/konstantin/rgb.h +++ b/users/konstantin/rgb.h @@ -2,6 +2,12 @@ #include "quantum.h" -extern const HSV GODSPEED_BLUE; -extern const HSV GODSPEED_YELLOW; -extern const HSV MODERN_DOLCH_RED; +#define GODSPEED_BLUE 198, 68, 255 +#define GODSPEED_YELLOW 27, 153, 255 +#define MODERN_DOLCH_CYAN 110, 255, 108 +#define MODERN_DOLCH_RED 251, 255, 108 + +extern const HSV godspeed_blue; +extern const HSV godspeed_yellow; +extern const HSV modern_dolch_cyan; +extern const HSV modern_dolch_red; |