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