From 97da4333811b8c481bf1b8240b25de198d6205e5 Mon Sep 17 00:00:00 2001
From: kB01 <kb01@kb-one.de>
Date: Wed, 4 Sep 2024 23:34:06 +0200
Subject: [PATCH] Modified LED Chain Lenght

---
 config/kyria_rev3.keymap | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/kyria_rev3.keymap b/config/kyria_rev3.keymap
index f325761..7a64a24 100644
--- a/config/kyria_rev3.keymap
+++ b/config/kyria_rev3.keymap
@@ -12,8 +12,8 @@
 
 /* Uncomment this block if using RGB
 &led_strip {
-    chain-length = <6>;
-    // chain-length = <31>; // Uncomment if using both per-key and underglow LEDs
+    // chain-length = <6>;
+    chain-length = <31>; // Uncomment if using both per-key and underglow LEDs
     // chain-length = <25>; // Uncomment if using only per-key LEDs.
 };
  */