diff options
author | Joel Challis <git@zvecr.com> | 2024-01-10 09:55:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-10 09:55:09 +0000 |
commit | 41948350e866b8881a82a384342686942fc92865 (patch) | |
tree | ed7377a2b269ec6c846a01249601e43ce679533c /keyboards/omkbd/runner3680/5x6_5x8 | |
parent | 833abef115c8715a2bb56a871a557cc6e80ff48c (diff) |
Migrate RGB Matrix config to info.json - NOPQ (#22866)
Diffstat (limited to 'keyboards/omkbd/runner3680/5x6_5x8')
-rw-r--r-- | keyboards/omkbd/runner3680/5x6_5x8/config.h | 5 | ||||
-rw-r--r-- | keyboards/omkbd/runner3680/5x6_5x8/info.json | 3 |
2 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/omkbd/runner3680/5x6_5x8/config.h b/keyboards/omkbd/runner3680/5x6_5x8/config.h index 99e7de0d87..8cf1e8238d 100644 --- a/keyboards/omkbd/runner3680/5x6_5x8/config.h +++ b/keyboards/omkbd/runner3680/5x6_5x8/config.h @@ -21,11 +21,6 @@ /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE -#ifdef RGB_MATRIX_ENABLE -#define RGB_MATRIX_LED_COUNT 70 -#define RGB_MATRIX_SPLIT { 30, 40 } // Number of LEDs -#endif - #define SELECT_SOFT_SERIAL_SPEED 1 /*Sets the protocol speed when using serial communication*/ //Speeds: diff --git a/keyboards/omkbd/runner3680/5x6_5x8/info.json b/keyboards/omkbd/runner3680/5x6_5x8/info.json index ed687ddb3d..8a7b34597e 100644 --- a/keyboards/omkbd/runner3680/5x6_5x8/info.json +++ b/keyboards/omkbd/runner3680/5x6_5x8/info.json @@ -9,7 +9,8 @@ "device_version": "0.0.5" }, "rgb_matrix": { - "driver": "ws2812" + "driver": "ws2812", + "split_count": [30, 40] }, "matrix_pins": { "cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2", "B6"], |