diff options
| author | Joel Challis | 2024-07-23 16:49:11 +0200 |
|---|---|---|
| committer | GitHub | 2024-07-23 16:49:11 +0200 |
| commit | bcfe3a071851f4c8bd06928014dd9c744fdb5e80 (patch) | |
| tree | 31feefbcdb86a0358ab950f3a9eb3beed0e4a7e2 /keyboards/nacly | |
| parent | adb884761d503ff59e462eaf093b04889c3c8e66 (diff) | |
Migrate split.soft_serial_pin to split.serial.pin H-O (#24185)
Diffstat (limited to 'keyboards/nacly')
| -rw-r--r-- | keyboards/nacly/sodium42/keyboard.json | 4 | ||||
| -rw-r--r-- | keyboards/nacly/sodium50/keyboard.json | 4 | ||||
| -rw-r--r-- | keyboards/nacly/sodium62/keyboard.json | 4 | ||||
| -rw-r--r-- | keyboards/nacly/splitreus62/keyboard.json | 4 |
4 files changed, 12 insertions, 4 deletions
diff --git a/keyboards/nacly/sodium42/keyboard.json b/keyboards/nacly/sodium42/keyboard.json index ba4f386ca1..2db83408ac 100644 --- a/keyboards/nacly/sodium42/keyboard.json +++ b/keyboards/nacly/sodium42/keyboard.json @@ -32,7 +32,9 @@ "handedness": { "pin": "F4" }, - "soft_serial_pin": "D3" + "serial": { + "pin": "D3" + } }, "processor": "atmega32u4", "bootloader": "caterina", diff --git a/keyboards/nacly/sodium50/keyboard.json b/keyboards/nacly/sodium50/keyboard.json index 4144b6a473..b9448c8217 100644 --- a/keyboards/nacly/sodium50/keyboard.json +++ b/keyboards/nacly/sodium50/keyboard.json @@ -32,7 +32,9 @@ "handedness": { "pin": "F4" }, - "soft_serial_pin": "D3" + "serial": { + "pin": "D3" + } }, "processor": "atmega32u4", "bootloader": "caterina", diff --git a/keyboards/nacly/sodium62/keyboard.json b/keyboards/nacly/sodium62/keyboard.json index 1e181eebab..904fa9568a 100644 --- a/keyboards/nacly/sodium62/keyboard.json +++ b/keyboards/nacly/sodium62/keyboard.json @@ -33,7 +33,9 @@ "handedness": { "pin": "F4" }, - "soft_serial_pin": "D3" + "serial": { + "pin": "D3" + } }, "processor": "atmega32u4", "bootloader": "caterina", diff --git a/keyboards/nacly/splitreus62/keyboard.json b/keyboards/nacly/splitreus62/keyboard.json index e46d4be668..a3b1544b9a 100644 --- a/keyboards/nacly/splitreus62/keyboard.json +++ b/keyboards/nacly/splitreus62/keyboard.json @@ -33,7 +33,9 @@ "handedness": { "pin": "F4" }, - "soft_serial_pin": "D0" + "serial": { + "pin": "D0" + } }, "rgblight": { "led_count": 12, |