Skip to content

Commit

Permalink
fixed typo in orange HSV colors decalartion (qmk#15976)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhausen authored Jan 22, 2022
1 parent fed36fc commit 4894758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/color.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
#define HSV_GOLDENROD 30, 218, 218
#define HSV_GREEN 85, 255, 255
#define HSV_MAGENTA 213, 255, 255
#define HSV_ORANGE 28, 255, 255
#define HSV_ORANGE 21, 255, 255
#define HSV_PINK 234, 128, 255
#define HSV_PURPLE 191, 255, 255
#define HSV_RED 0, 255, 255
Expand Down

0 comments on commit 4894758

Please sign in to comment.