diff options
| author | Ryan | 2024-04-02 16:37:11 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-02 16:37:11 +0200 |
| commit | 05731202a2e26682b3601ae0812e18b4e2c9d694 (patch) | |
| tree | 9214ff86bb6207ac10baf7708fd7de70229405b7 /keyboards/0xcb/splaytoraid/info.json | |
| parent | 1bea8b9d31fff260c55d515dd221f5572d85b8ff (diff) | |
0xcb/splaytoraid: remove `CONVERT_TO` at keyboard level (#23395)
Diffstat (limited to 'keyboards/0xcb/splaytoraid/info.json')
| -rw-r--r-- | keyboards/0xcb/splaytoraid/info.json | 27 |
1 files changed, 2 insertions, 25 deletions
diff --git a/keyboards/0xcb/splaytoraid/info.json b/keyboards/0xcb/splaytoraid/info.json index 1d47f7d77c..8c32b0dc11 100644 --- a/keyboards/0xcb/splaytoraid/info.json +++ b/keyboards/0xcb/splaytoraid/info.json @@ -3,13 +3,6 @@ "keyboard_name": "splaytoraid", "maintainer": "freya-irl", "url": "https://github.com/freya-irl/splaytoraid40", - "development_board": "promicro", - "bootloader": "qmk-dfu", - "diode_direction": "COL2ROW", - "matrix_pins": { - "cols": ["F5", "F6", "F7", "F4", "B3", "B1", "B2"], - "rows": ["D3", "D2", "D1", "D4", "D7", "E6", "B4", "C6"] - }, "usb": { "device_version": "1.0.0", "pid": "0xCB00", @@ -21,7 +14,8 @@ "bootmagic": true, "console": true, "mousekey": true, - "nkro": true + "nkro": true, + "encoder": true }, "bootmagic": { "matrix": [1, 0] @@ -29,21 +23,7 @@ "build": { "lto": true }, - "encoder": { - "enabled": true, - "rotary": [ - {"pin_a": "B5", "pin_b": "B6", "resolution": 4} - ] - }, "rgb_matrix": { - "animations": { - "breathing": true, - "band_sat": true, - "band_spiral_val": true, - "cycle_all": true, - "raindrops": true, - "cycle_left_right": true - }, "default": { "animation": "breathing", "hue": 152, @@ -73,9 +53,6 @@ ], "max_brightness": 200 }, - "ws2812": { - "pin": "D0" - }, "layouts": { "LAYOUT_36": { "layout": [ |