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:
parent
51742d497f
commit
5b37bd4a48
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue