diff options
author | Joel Challis <git@zvecr.com> | 2024-01-16 01:03:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-16 01:03:55 +0000 |
commit | a90b45e8320389160ee1a649ccf95d6d820fd277 (patch) | |
tree | 2a7dbc7cdb6dc5d1ffef7511ad2307ea0a10db8c /keyboards/rgbkb/zygomorph | |
parent | de6ae3408c798ab38ed09b6c91ae1684121f5ca2 (diff) |
Migrate RGB Matrix config to info.json - RS (#22909)
Diffstat (limited to 'keyboards/rgbkb/zygomorph')
-rw-r--r-- | keyboards/rgbkb/zygomorph/rev1/config.h | 3 | ||||
-rw-r--r-- | keyboards/rgbkb/zygomorph/rev1/info.json | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/rgbkb/zygomorph/rev1/config.h b/keyboards/rgbkb/zygomorph/rev1/config.h index 81f961540c..5e74a87f68 100644 --- a/keyboards/rgbkb/zygomorph/rev1/config.h +++ b/keyboards/rgbkb/zygomorph/rev1/config.h @@ -27,9 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_LED_COUNT 60 #endif -#define RGB_MATRIX_LED_COUNT 60 -#define RGB_MATRIX_SPLIT { 30, 30 } - #ifdef IOS_DEVICE_ENABLE #define RGBLIGHT_LIMIT_VAL 40 #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 40 diff --git a/keyboards/rgbkb/zygomorph/rev1/info.json b/keyboards/rgbkb/zygomorph/rev1/info.json index 4cd4c876f0..3bd412cc3b 100644 --- a/keyboards/rgbkb/zygomorph/rev1/info.json +++ b/keyboards/rgbkb/zygomorph/rev1/info.json @@ -9,7 +9,8 @@ "device_version": "0.0.1" }, "rgb_matrix": { - "driver": "ws2812" + "driver": "ws2812", + "split_count": [30, 30] }, "matrix_pins": { "cols": ["F4", "F6", "C7", "C6", "B6", "D4"], |