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/halfcliff | |
| parent | ce1adce69621378d5200d41d8ff0f15368c9161f (diff) | |
Migrate split.soft_serial_pin to split.serial.pin 0-H (#24155)
Diffstat (limited to 'keyboards/halfcliff')
| -rw-r--r-- | keyboards/halfcliff/keyboard.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/halfcliff/keyboard.json b/keyboards/halfcliff/keyboard.json index a864c4ce33..7d780c016a 100644 --- a/keyboards/halfcliff/keyboard.json +++ b/keyboards/halfcliff/keyboard.json | |||
| @@ -15,7 +15,9 @@ | |||
| 15 | }, | 15 | }, |
| 16 | "split": { | 16 | "split": { |
| 17 | "enabled": true, | 17 | "enabled": true, |
| 18 | "soft_serial_pin": "D2" | 18 | "serial": { |
| 19 | "pin": "D2" | ||
| 20 | } | ||
| 19 | }, | 21 | }, |
| 20 | "rgblight": { | 22 | "rgblight": { |
| 21 | "saturation_steps": 8, | 23 | "saturation_steps": 8, |
