diff options
| author | XScorpion2 <rcalt2vt@gmail.com> | 2019-05-01 10:02:02 -0500 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-05-01 08:02:02 -0700 |
| commit | 22ba36a4d86c06ce1b6049555525646eb16bb57a (patch) | |
| tree | 6b2d2d8551f0f2b67d6f638b8094775a95b1bf5c /quantum/rgblight_list.h | |
| parent | 50bc2dbe77e533959c4b8f821a31b489d25c7cb7 (diff) | |
| download | qmk_firmware-22ba36a4d86c06ce1b6049555525646eb16bb57a.tar.gz qmk_firmware-22ba36a4d86c06ce1b6049555525646eb16bb57a.zip | |
rgblight 255 hue (#5547)
Diffstat (limited to 'quantum/rgblight_list.h')
| -rw-r--r-- | quantum/rgblight_list.h | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/quantum/rgblight_list.h b/quantum/rgblight_list.h index e024364f0..702e33e76 100644 --- a/quantum/rgblight_list.h +++ b/quantum/rgblight_list.h | |||
| @@ -38,22 +38,22 @@ | |||
| 38 | /* HSV COLORS */ | 38 | /* HSV COLORS */ |
| 39 | #define HSV_WHITE 0, 0, 255 | 39 | #define HSV_WHITE 0, 0, 255 |
| 40 | #define HSV_RED 0, 255, 255 | 40 | #define HSV_RED 0, 255, 255 |
| 41 | #define HSV_CORAL 16, 176, 255 | 41 | #define HSV_CORAL 11, 176, 255 |
| 42 | #define HSV_ORANGE 39, 255, 255 | 42 | #define HSV_ORANGE 28, 255, 255 |
| 43 | #define HSV_GOLDENROD 43, 218, 218 | 43 | #define HSV_GOLDENROD 30, 218, 218 |
| 44 | #define HSV_GOLD 51, 255, 255 | 44 | #define HSV_GOLD 36, 255, 255 |
| 45 | #define HSV_YELLOW 60, 255, 255 | 45 | #define HSV_YELLOW 43, 255, 255 |
| 46 | #define HSV_CHARTREUSE 90, 255, 255 | 46 | #define HSV_CHARTREUSE 64, 255, 255 |
| 47 | #define HSV_GREEN 120, 255, 255 | 47 | #define HSV_GREEN 85, 255, 255 |
| 48 | #define HSV_SPRINGGREEN 150, 255, 255 | 48 | #define HSV_SPRINGGREEN 106, 255, 255 |
| 49 | #define HSV_TURQUOISE 174, 90, 112 | 49 | #define HSV_TURQUOISE 123, 90, 112 |
| 50 | #define HSV_TEAL 180, 255, 128 | 50 | #define HSV_TEAL 128, 255, 128 |
| 51 | #define HSV_CYAN 180, 255, 255 | 51 | #define HSV_CYAN 128, 255, 255 |
| 52 | #define HSV_AZURE 186, 102, 255 | 52 | #define HSV_AZURE 132, 102, 255 |
| 53 | #define HSV_BLUE 240, 255, 255 | 53 | #define HSV_BLUE 170, 255, 255 |
| 54 | #define HSV_PURPLE 270, 255, 255 | 54 | #define HSV_PURPLE 191, 255, 255 |
| 55 | #define HSV_MAGENTA 300, 255, 255 | 55 | #define HSV_MAGENTA 213, 255, 255 |
| 56 | #define HSV_PINK 330, 128, 255 | 56 | #define HSV_PINK 234, 128, 255 |
| 57 | 57 | ||
| 58 | 58 | ||
| 59 | /* | 59 | /* |
