Update LED length

This commit is contained in:
Carlos Filoteo 2021-10-31 20:35:20 +00:00
parent c65454190c
commit 77a472101a

View file

@ -16,7 +16,7 @@
spi-max-frequency = <4000000>; spi-max-frequency = <4000000>;
/* WS2812 */ /* WS2812 */
chain-length = <6>; /* There are per-key RGB, but the first 6 are underglow */ chain-length = <27>; /* There are per-key RGB and the LAST 6 are underglow */
spi-one-frame = <0x70>; spi-one-frame = <0x70>;
spi-zero-frame = <0x40>; spi-zero-frame = <0x40>;
}; };