Skip to content

Commit

Permalink
[FIX] Misspelled RGB_YELLOW (#5692)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rockman18 authored and drashna committed Apr 24, 2019
1 parent 978074e commit 479baf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/rgblight_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
#define rgblight_setrgb_orange() rgblight_setrgb (RGB_ORANGE)
#define rgblight_setrgb_goldenrod() rgblight_setrgb (RGB_GOLDENROD)
#define rgblight_setrgb_gold() rgblight_setrgb (RGB_GOLD)
#define rgblight_setrgb_yellow() rgblight_setrgb (RGB_YEllOW)
#define rgblight_setrgb_yellow() rgblight_setrgb (RGB_YELLOW)
#define rgblight_setrgb_chartreuse() rgblight_setrgb (RGB_CHARTREUSE)
#define rgblight_setrgb_green() rgblight_setrgb (RGB_GREEN)
#define rgblight_setrgb_springgreen() rgblight_setrgb (RGB_SPRINGGREEN)
Expand Down

0 comments on commit 479baf9

Please sign in to comment.