aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/gregandcin/teaqueen
diff options
context:
space:
mode:
authorJoel Challis2024-07-23 13:13:05 +0200
committerGitHub2024-07-23 13:13:05 +0200
commite8103722bcbce957ebf15da34b80571b49737572 (patch)
tree12d40e426c120062d2fe0d7c72d7254b1fa1044c /keyboards/gregandcin/teaqueen
parentce1adce69621378d5200d41d8ff0f15368c9161f (diff)
Migrate split.soft_serial_pin to split.serial.pin 0-H (#24155)
Diffstat (limited to 'keyboards/gregandcin/teaqueen')
-rw-r--r--keyboards/gregandcin/teaqueen/keyboard.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/gregandcin/teaqueen/keyboard.json b/keyboards/gregandcin/teaqueen/keyboard.json
index e4903ea6c0..871c34587d 100644
--- a/keyboards/gregandcin/teaqueen/keyboard.json
+++ b/keyboards/gregandcin/teaqueen/keyboard.json
@@ -25,9 +25,9 @@
"rows": ["GP5", "GP6", "GP7", "GP8", "GP9"]
}
},
- "soft_serial_pin": "GP3",
"serial": {
- "driver": "vendor"
+ "driver": "vendor",
+ "pin": "GP3"
}
},
"url": "https://github.com/gregandcin/teaqueen",