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/maple_computing | |
| parent | adb884761d503ff59e462eaf093b04889c3c8e66 (diff) | |
Migrate split.soft_serial_pin to split.serial.pin H-O (#24185)
Diffstat (limited to 'keyboards/maple_computing')
| -rw-r--r-- | keyboards/maple_computing/lets_split_eh/keyboard.json | 4 | ||||
| -rw-r--r-- | keyboards/maple_computing/minidox/rev1/keyboard.json | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/keyboards/maple_computing/lets_split_eh/keyboard.json b/keyboards/maple_computing/lets_split_eh/keyboard.json index 5624f12ac1..42a1cf3e77 100644 --- a/keyboards/maple_computing/lets_split_eh/keyboard.json +++ b/keyboards/maple_computing/lets_split_eh/keyboard.json | |||
| @@ -41,7 +41,9 @@ | |||
| 41 | "handedness": { | 41 | "handedness": { |
| 42 | "pin": "D3" | 42 | "pin": "D3" |
| 43 | }, | 43 | }, |
| 44 | "soft_serial_pin": "D0" | 44 | "serial": { |
| 45 | "pin": "D0" | ||
| 46 | } | ||
| 45 | }, | 47 | }, |
| 46 | "processor": "atmega32u4", | 48 | "processor": "atmega32u4", |
| 47 | "bootloader": "atmel-dfu", | 49 | "bootloader": "atmel-dfu", |
diff --git a/keyboards/maple_computing/minidox/rev1/keyboard.json b/keyboards/maple_computing/minidox/rev1/keyboard.json index 7fc69dd9dd..b64f26e834 100644 --- a/keyboards/maple_computing/minidox/rev1/keyboard.json +++ b/keyboards/maple_computing/minidox/rev1/keyboard.json | |||
| @@ -15,7 +15,9 @@ | |||
| 15 | "diode_direction": "COL2ROW", | 15 | "diode_direction": "COL2ROW", |
| 16 | "split": { | 16 | "split": { |
| 17 | "enabled": true, | 17 | "enabled": true, |
| 18 | "soft_serial_pin": "D0" | 18 | "serial": { |
| 19 | "pin": "D0" | ||
| 20 | } | ||
| 19 | }, | 21 | }, |
| 20 | "processor": "atmega32u4", | 22 | "processor": "atmega32u4", |
| 21 | "bootloader": "caterina", | 23 | "bootloader": "caterina", |
