summaryrefslogtreecommitdiff
path: root/quantum/color.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/color.h')
-rw-r--r--quantum/color.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/color.h b/quantum/color.h
index 8fe671b93d..44caa552fa 100644
--- a/quantum/color.h
+++ b/quantum/color.h
@@ -64,7 +64,7 @@ typedef struct PACKED {
#endif
RGB hsv_to_rgb(HSV hsv);
-
+RGB hsv_to_rgb_nocie(HSV hsv);
#ifdef RGBW
void convert_rgb_to_rgbw(LED_TYPE *led);
#endif