diff options
| author | Joel Challis <git@zvecr.com> | 2024-07-23 15:49:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-23 15:49:11 +0100 |
| commit | bcfe3a071851f4c8bd06928014dd9c744fdb5e80 (patch) | |
| tree | 31feefbcdb86a0358ab950f3a9eb3beed0e4a7e2 /keyboards/kapl | |
| parent | adb884761d503ff59e462eaf093b04889c3c8e66 (diff) | |
Migrate split.soft_serial_pin to split.serial.pin H-O (#24185)
Diffstat (limited to 'keyboards/kapl')
| -rw-r--r-- | keyboards/kapl/rev1/keyboard.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/kapl/rev1/keyboard.json b/keyboards/kapl/rev1/keyboard.json index 71e0678a42..820c647ccf 100644 --- a/keyboards/kapl/rev1/keyboard.json +++ b/keyboards/kapl/rev1/keyboard.json | |||
| @@ -61,7 +61,9 @@ | |||
| 61 | "diode_direction": "COL2ROW", | 61 | "diode_direction": "COL2ROW", |
| 62 | "split": { | 62 | "split": { |
| 63 | "enabled": true, | 63 | "enabled": true, |
| 64 | "soft_serial_pin": "D2", | 64 | "serial": { |
| 65 | "pin": "D2" | ||
| 66 | }, | ||
| 65 | "transport": { | 67 | "transport": { |
| 66 | "sync": { | 68 | "sync": { |
| 67 | "indicators": true, | 69 | "indicators": true, |
