diff options
| author | jack | 2025-03-22 16:58:33 +0100 |
|---|---|---|
| committer | GitHub | 2025-03-22 16:58:33 +0100 |
| commit | 2d37e80ac9c85ccbb16ee580edd335c1e44044a9 (patch) | |
| tree | 35abaf24a6939ec111b558c00c9d3e858286a81b /keyboards/helix/rev3_5rows | |
| parent | 38825610a5e863b59b547fcb698feda3f5892d24 (diff) | |
Migrate remaining `split.soft_serial_pin` to `split.serial.pin` (#25046)
* Migrate keyboards/bastardkb
* Migrate keyboards/handwired
* Migrate keyboards/helix
* Fix duplicate serial key
Diffstat (limited to 'keyboards/helix/rev3_5rows')
| -rw-r--r-- | keyboards/helix/rev3_5rows/keyboard.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/helix/rev3_5rows/keyboard.json b/keyboards/helix/rev3_5rows/keyboard.json index b61db7df86..485cfd924f 100644 --- a/keyboards/helix/rev3_5rows/keyboard.json +++ b/keyboards/helix/rev3_5rows/keyboard.json @@ -99,7 +99,9 @@ }, "split": { "enabled": true, - "soft_serial_pin": "D2" + "serial": { + "pin": "D2" + } }, "ws2812": { "pin": "D3" |