mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-05-31 05:23:23 +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
|
# endif
|
||||||
|
|
||||||
#ifdef RGBW
|
#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
|
#endif
|
||||||
ws2812_setleds(start_led, num_leds);
|
ws2812_setleds(start_led, num_leds);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user