summaryrefslogtreecommitdiffstats
path: root/quantum
diff options
context:
space:
mode:
authorRockman18 <rockman18.spam@gmail.com>2019-04-24 04:27:29 +0200
committerDrashna Jaelre <drashna@live.com>2019-04-24 04:27:29 +0200
commit479baf98e093b83339c9c1a628d9d25d3d0ab034 (patch)
tree0bd3f00520630d7842a8a07edc04b47dbcc1f058 /quantum
parent978074e4170c254a6f2cd684c9f695024a5a3e0b (diff)
downloadqmk_firmware-479baf98e093b83339c9c1a628d9d25d3d0ab034.tar.gz
qmk_firmware-479baf98e093b83339c9c1a628d9d25d3d0ab034.tar.xz
[FIX] Misspelled RGB_YELLOW (#5692)
Diffstat (limited to 'quantum')
-rw-r--r--quantum/rgblight_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgblight_list.h b/quantum/rgblight_list.h
index 7b8313380..e024364f0 100644
--- a/quantum/rgblight_list.h
+++ b/quantum/rgblight_list.h
@@ -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)