summaryrefslogtreecommitdiff
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 15:17:55 -0700
commitd1d0211bf1a88e41c26db1bd982d075846e42944 (patch)
tree04c890cb4368abcd934a6ea1a5f353764d848cd3 /quantum
parent190bc5badaa35e3905894b62f227133cad5e8293 (diff)
[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 7b83133808..e024364f05 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)