diff options
| author | Joel Challis <git@zvecr.com> | 2024-07-23 12:13:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-23 12:13:05 +0100 |
| commit | e8103722bcbce957ebf15da34b80571b49737572 (patch) | |
| tree | 12d40e426c120062d2fe0d7c72d7254b1fa1044c /keyboards/arabica37 | |
| parent | ce1adce69621378d5200d41d8ff0f15368c9161f (diff) | |
Migrate split.soft_serial_pin to split.serial.pin 0-H (#24155)
Diffstat (limited to 'keyboards/arabica37')
| -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 @@ | |||
| 21 | "diode_direction": "COL2ROW", | 21 | "diode_direction": "COL2ROW", |
| 22 | "split": { | 22 | "split": { |
| 23 | "enabled": true, | 23 | "enabled": true, |
| 24 | "soft_serial_pin": "D2" | 24 | "serial": { |
| 25 | "pin": "D2" | ||
| 26 | } | ||
| 25 | }, | 27 | }, |
| 26 | "rgblight": { | 28 | "rgblight": { |
| 27 | "led_count": 50, | 29 | "led_count": 50, |
