diff options
Diffstat (limited to 'quantum/color.h')
-rw-r--r-- | quantum/color.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/quantum/color.h b/quantum/color.h index 678164662..58d4f0407 100644 --- a/quantum/color.h +++ b/quantum/color.h | |||
@@ -64,5 +64,7 @@ typedef struct PACKED { | |||
64 | #endif | 64 | #endif |
65 | 65 | ||
66 | RGB hsv_to_rgb(HSV hsv); | 66 | RGB hsv_to_rgb(HSV hsv); |
67 | 67 | #ifdef RGBW | |
68 | void convert_rgb_to_rgbw(LED_TYPE *led); | ||
69 | #endif | ||
68 | #endif // COLOR_H | 70 | #endif // COLOR_H |