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/etiennecollin | |
| parent | ce1adce69621378d5200d41d8ff0f15368c9161f (diff) | |
Migrate split.soft_serial_pin to split.serial.pin 0-H (#24155)
Diffstat (limited to 'keyboards/etiennecollin')
| -rw-r--r-- | keyboards/etiennecollin/wave/keyboard.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/etiennecollin/wave/keyboard.json b/keyboards/etiennecollin/wave/keyboard.json index 5e31a1ca2a..272cbdd002 100644 --- a/keyboards/etiennecollin/wave/keyboard.json +++ b/keyboards/etiennecollin/wave/keyboard.json | |||
| @@ -37,7 +37,9 @@ | |||
| 37 | "community_layouts": ["split_3x5_3"], | 37 | "community_layouts": ["split_3x5_3"], |
| 38 | "split": { | 38 | "split": { |
| 39 | "enabled": true, | 39 | "enabled": true, |
| 40 | "soft_serial_pin": "D2", | 40 | "serial": { |
| 41 | "pin": "D2" | ||
| 42 | }, | ||
| 41 | "usb_detect": { | 43 | "usb_detect": { |
| 42 | "enabled": true | 44 | "enabled": true |
| 43 | }, | 45 | }, |
