summaryrefslogtreecommitdiff
path: root/keyboards/murcielago
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-07-23 15:49:11 +0100
committerGitHub <noreply@github.com>2024-07-23 15:49:11 +0100
commitbcfe3a071851f4c8bd06928014dd9c744fdb5e80 (patch)
tree31feefbcdb86a0358ab950f3a9eb3beed0e4a7e2 /keyboards/murcielago
parentadb884761d503ff59e462eaf093b04889c3c8e66 (diff)
Migrate split.soft_serial_pin to split.serial.pin H-O (#24185)
Diffstat (limited to 'keyboards/murcielago')
-rw-r--r--keyboards/murcielago/rev1/keyboard.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/murcielago/rev1/keyboard.json b/keyboards/murcielago/rev1/keyboard.json
index 39c2d4fc3d..4d3a82ef2c 100644
--- a/keyboards/murcielago/rev1/keyboard.json
+++ b/keyboards/murcielago/rev1/keyboard.json
@@ -35,7 +35,6 @@
35 }, 35 },
36 "split": { 36 "split": {
37 "enabled": true, 37 "enabled": true,
38 "soft_serial_pin": "E6",
39 "encoder": { 38 "encoder": {
40 "right": { 39 "right": {
41 "rotary": [ 40 "rotary": [
@@ -48,6 +47,9 @@
48 "cols": ["D6", "D7", "D3", "B2", "B1", "B0"], 47 "cols": ["D6", "D7", "D3", "B2", "B1", "B0"],
49 "rows": ["B3", "B7", "D4", "B6", "C6", "C7"] 48 "rows": ["B3", "B7", "D4", "B6", "C6", "C7"]
50 } 49 }
50 },
51 "serial": {
52 "pin": "E6"
51 } 53 }
52 }, 54 },
53 "processor": "atmega32u4", 55 "processor": "atmega32u4",