mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-04 12:55:44 +00:00
Manually apply white channel to array
This commit is contained in:
parent
20bfd1fc8f
commit
578bf44204
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user