diff options
| author | Joel Challis <git@zvecr.com> | 2024-07-23 12:12:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-23 12:12:52 +0100 |
| commit | ce1adce69621378d5200d41d8ff0f15368c9161f (patch) | |
| tree | bdd2f2cea8f280d25df09d009e3aa6aeeb21ccf6 /keyboards/tweetydabird | |
| parent | df2d30fd2c224ec2312d63f3eab35dd8b446c3b3 (diff) | |
Migrate split.soft_serial_pin to split.serial.pin O-Z (#24146)
Migrate split.soft_serial_pin to split.serial.pin
Diffstat (limited to 'keyboards/tweetydabird')
4 files changed, 14 insertions, 8 deletions
diff --git a/keyboards/tweetydabird/lotus58/elite_c/keyboard.json b/keyboards/tweetydabird/lotus58/elite_c/keyboard.json index af1a9f913c..2a4c4a21bc 100644 --- a/keyboards/tweetydabird/lotus58/elite_c/keyboard.json +++ b/keyboards/tweetydabird/lotus58/elite_c/keyboard.json | |||
| @@ -24,9 +24,11 @@ | |||
| 24 | "handedness": { | 24 | "handedness": { |
| 25 | "pin": "B5" | 25 | "pin": "B5" |
| 26 | }, | 26 | }, |
| 27 | "soft_serial_pin": "D2", | 27 | "serial": { |
| 28 | "pin": "D2" | ||
| 29 | } | ||
| 28 | }, | 30 | }, |
| 29 | "ws2812": { | 31 | "ws2812": { |
| 30 | "pin": "D3" | 32 | "pin": "D3" |
| 31 | }, | 33 | } |
| 32 | } | 34 | } |
diff --git a/keyboards/tweetydabird/lotus58/nanoboot/keyboard.json b/keyboards/tweetydabird/lotus58/nanoboot/keyboard.json index e7586e6f2f..85f37a265c 100644 --- a/keyboards/tweetydabird/lotus58/nanoboot/keyboard.json +++ b/keyboards/tweetydabird/lotus58/nanoboot/keyboard.json | |||
| @@ -24,9 +24,11 @@ | |||
| 24 | "handedness": { | 24 | "handedness": { |
| 25 | "pin": "B5" | 25 | "pin": "B5" |
| 26 | }, | 26 | }, |
| 27 | "soft_serial_pin": "D2", | 27 | "serial": { |
| 28 | "pin": "D2" | ||
| 29 | } | ||
| 28 | }, | 30 | }, |
| 29 | "ws2812": { | 31 | "ws2812": { |
| 30 | "pin": "D3" | 32 | "pin": "D3" |
| 31 | }, | 33 | } |
| 32 | } | 34 | } |
diff --git a/keyboards/tweetydabird/lotus58/promicro/keyboard.json b/keyboards/tweetydabird/lotus58/promicro/keyboard.json index 62ee0355ef..83532c8ee2 100644 --- a/keyboards/tweetydabird/lotus58/promicro/keyboard.json +++ b/keyboards/tweetydabird/lotus58/promicro/keyboard.json | |||
| @@ -23,9 +23,11 @@ | |||
| 23 | "handedness": { | 23 | "handedness": { |
| 24 | "pin": "B5" | 24 | "pin": "B5" |
| 25 | }, | 25 | }, |
| 26 | "soft_serial_pin": "D2", | 26 | "serial": { |
| 27 | "pin": "D2" | ||
| 28 | } | ||
| 27 | }, | 29 | }, |
| 28 | "ws2812": { | 30 | "ws2812": { |
| 29 | "pin": "D3" | 31 | "pin": "D3" |
| 30 | }, | 32 | } |
| 31 | } | 33 | } |
diff --git a/keyboards/tweetydabird/lotus58/rp2040_ce/keyboard.json b/keyboards/tweetydabird/lotus58/rp2040_ce/keyboard.json index 24f27c276a..07fb343974 100644 --- a/keyboards/tweetydabird/lotus58/rp2040_ce/keyboard.json +++ b/keyboards/tweetydabird/lotus58/rp2040_ce/keyboard.json | |||
| @@ -18,9 +18,9 @@ | |||
| 18 | } | 18 | } |
| 19 | }, | 19 | }, |
| 20 | "serial": { | 20 | "serial": { |
| 21 | "driver": "vendor" | 21 | "driver": "vendor", |
| 22 | "pin": "GP1" | ||
| 22 | }, | 23 | }, |
| 23 | "soft_serial_pin": "GP1", | ||
| 24 | "handedness": { | 24 | "handedness": { |
| 25 | "pin": "GP9" | 25 | "pin": "GP9" |
| 26 | } | 26 | } |
