From 77a472101aba9262335f70478836f969098dc9d5 Mon Sep 17 00:00:00 2001 From: Carlos Filoteo Date: Sun, 31 Oct 2021 20:35:20 +0000 Subject: [PATCH] Update LED length --- app/boards/shields/elephant42/boards/nice_nano_v2.overlay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/boards/shields/elephant42/boards/nice_nano_v2.overlay b/app/boards/shields/elephant42/boards/nice_nano_v2.overlay index b7d8bf45..1e1ccf73 100644 --- a/app/boards/shields/elephant42/boards/nice_nano_v2.overlay +++ b/app/boards/shields/elephant42/boards/nice_nano_v2.overlay @@ -16,7 +16,7 @@ spi-max-frequency = <4000000>; /* 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-zero-frame = <0x40>; };