aboutsummaryrefslogtreecommitdiff
path: root/quantum/color.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/color.h')
-rw-r--r--quantum/color.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/color.h b/quantum/color.h
index 58d4f0407..5c5a0f0eb 100644
--- a/quantum/color.h
+++ b/quantum/color.h
@@ -64,6 +64,7 @@ typedef struct PACKED {
64#endif 64#endif
65 65
66RGB hsv_to_rgb(HSV hsv); 66RGB hsv_to_rgb(HSV hsv);
67RGB hsv_to_rgb_nocie(HSV hsv);
67#ifdef RGBW 68#ifdef RGBW
68void convert_rgb_to_rgbw(LED_TYPE *led); 69void convert_rgb_to_rgbw(LED_TYPE *led);
69#endif 70#endif