From b1783db4eacacaf8181cfbce13146db1941486ba Mon Sep 17 00:00:00 2001
From: Ryan <fauxpark@gmail.com>
Date: Sun, 18 Jun 2023 14:39:07 +1000
Subject: Move `RGBLED_NUM` to data driven (#21278)

---
 keyboards/kb_elmo/isolation/config.h  | 1 -
 keyboards/kb_elmo/isolation/info.json | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

(limited to 'keyboards/kb_elmo/isolation')

diff --git a/keyboards/kb_elmo/isolation/config.h b/keyboards/kb_elmo/isolation/config.h
index 04cd6315a7..bd7c9a6f7c 100644
--- a/keyboards/kb_elmo/isolation/config.h
+++ b/keyboards/kb_elmo/isolation/config.h
@@ -18,7 +18,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #pragma once
 
 /* RGB backlight */
-#    define RGBLED_NUM 3
 #    define RGBLIGHT_HUE_STEP 8
 #    define RGBLIGHT_SAT_STEP 8
 #    define RGBLIGHT_VAL_STEP 8
diff --git a/keyboards/kb_elmo/isolation/info.json b/keyboards/kb_elmo/isolation/info.json
index 85be2a4a7c..1713de919c 100644
--- a/keyboards/kb_elmo/isolation/info.json
+++ b/keyboards/kb_elmo/isolation/info.json
@@ -9,6 +9,7 @@
         "device_version": "0.0.1"
     },
     "rgblight": {
+        "led_count": 3,
         "sleep": true
     },
     "ws2812": {
-- 
cgit v1.2.3

[cgit] Unable to lock slot /tmp/cgit/f0100000.lock: Permission denied (13)