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/handwired/split_cloud | |
| parent | ce1adce69621378d5200d41d8ff0f15368c9161f (diff) | |
Migrate split.soft_serial_pin to split.serial.pin 0-H (#24155)
Diffstat (limited to 'keyboards/handwired/split_cloud')
| -rw-r--r-- | keyboards/handwired/split_cloud/keyboard.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/handwired/split_cloud/keyboard.json b/keyboards/handwired/split_cloud/keyboard.json index 8d242cc6e6..fc1d2498df 100644 --- a/keyboards/handwired/split_cloud/keyboard.json +++ b/keyboards/handwired/split_cloud/keyboard.json @@ -29,7 +29,9 @@ }, "split": { "enabled": true, - "soft_serial_pin": "D3", + "serial": { + "pin": "D3" + }, "matrix_pins": { "right": { "cols": ["D4", "C6", "D7", "E6", "B4", "B5"], |