diff options
| author | Joel Challis | 2024-07-23 13:13:05 +0200 |
|---|---|---|
| committer | GitHub | 2024-07-23 13:13:05 +0200 |
| commit | e8103722bcbce957ebf15da34b80571b49737572 (patch) | |
| tree | 12d40e426c120062d2fe0d7c72d7254b1fa1044c /keyboards/arabica37/rev1 | |
| parent | ce1adce69621378d5200d41d8ff0f15368c9161f (diff) | |
Migrate split.soft_serial_pin to split.serial.pin 0-H (#24155)
Diffstat (limited to 'keyboards/arabica37/rev1')
| -rw-r--r-- | keyboards/arabica37/rev1/keyboard.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/arabica37/rev1/keyboard.json b/keyboards/arabica37/rev1/keyboard.json index 710a377ab9..63c4fe2940 100644 --- a/keyboards/arabica37/rev1/keyboard.json +++ b/keyboards/arabica37/rev1/keyboard.json @@ -21,7 +21,9 @@ "diode_direction": "COL2ROW", "split": { "enabled": true, - "soft_serial_pin": "D2" + "serial": { + "pin": "D2" + } }, "rgblight": { "led_count": 50, |