aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/bluebell/swoop/keyboard.json
diff options
context:
space:
mode:
authorJoel Challis2024-07-23 13:13:05 +0200
committerGitHub2024-07-23 13:13:05 +0200
commite8103722bcbce957ebf15da34b80571b49737572 (patch)
tree12d40e426c120062d2fe0d7c72d7254b1fa1044c /keyboards/bluebell/swoop/keyboard.json
parentce1adce69621378d5200d41d8ff0f15368c9161f (diff)
Migrate split.soft_serial_pin to split.serial.pin 0-H (#24155)
Diffstat (limited to 'keyboards/bluebell/swoop/keyboard.json')
-rw-r--r--keyboards/bluebell/swoop/keyboard.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/bluebell/swoop/keyboard.json b/keyboards/bluebell/swoop/keyboard.json
index 5cc29818b8..08f61ac20d 100644
--- a/keyboards/bluebell/swoop/keyboard.json
+++ b/keyboards/bluebell/swoop/keyboard.json
@@ -42,13 +42,15 @@
},
"split": {
"enabled": true,
- "soft_serial_pin": "D2",
"encoder": {
"right": {
"rotary": [
{"pin_a": "B5", "pin_b": "B4"}
]
}
+ },
+ "serial": {
+ "pin": "D2"
}
},
"processor": "atmega32u4",