2019-02-11 16:41:51 -05:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#include "quantum.h"
|
|
|
|
|
|
2019-07-25 15:31:40 -04:00
|
|
|
#define GODSPEED_BLUE 198, 68, 255
|
|
|
|
|
#define GODSPEED_YELLOW 27, 153, 255
|
|
|
|
|
#define MODERN_DOLCH_CYAN 110, 255, 108
|
2020-04-09 12:54:19 -04:00
|
|
|
#define MODERN_DOLCH_RED 253, 255, 108
|
2019-07-25 15:31:40 -04:00
|
|
|
|
|
|
|
|
extern const HSV godspeed_blue;
|
|
|
|
|
extern const HSV godspeed_yellow;
|
|
|
|
|
extern const HSV modern_dolch_cyan;
|
|
|
|
|
extern const HSV modern_dolch_red;
|