weird bug where leds randomly turn off when using HSV_WHITE, changed to 10,10,255 for base layer and everything works

This commit is contained in:
Sadek Baroudi 2020-12-21 10:03:45 -08:00
parent 51742d497f
commit 5b37bd4a48
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
// Begin layer lighting
const rgblight_segment_t PROGMEM layer_0_rgb[] = RGBLIGHT_LAYER_SEGMENTS(
{0, 11, HSV_WHITE}
{0, 11, 10, 10, 255}
);
const rgblight_segment_t PROGMEM layer_1_rgb[] = RGBLIGHT_LAYER_SEGMENTS(