forked from mirror/qmk_firmware
Manually apply white channel to array
This commit is contained in:
@@ -625,7 +625,9 @@ void rgblight_set(void) {
|
||||
# endif
|
||||
|
||||
#ifdef RGBW
|
||||
convert_rgb_to_rgbw(start_led);
|
||||
for (uint8_t i = 0; i < num_leds; i++) {
|
||||
convert_rgb_to_rgbw(start_led[i]);
|
||||
}
|
||||
#endif
|
||||
ws2812_setleds(start_led, num_leds);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user