Migrate split.soft_serial_pin to split.serial.pin H-O (#24185)

This commit is contained in:
Joel Challis
2024-07-23 15:49:11 +01:00
committed by GitHub
parent adb884761d
commit bcfe3a0718
90 changed files with 270 additions and 90 deletions
+3 -1
View File
@@ -32,7 +32,9 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "D0"
"serial": {
"pin": "D0"
}
},
"rgblight": {
"led_count": 12,
+3 -1
View File
@@ -31,7 +31,9 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "D0"
"serial": {
"pin": "D0"
}
},
"rgblight": {
"led_count": 12,
+3 -1
View File
@@ -15,7 +15,9 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "D0"
"serial": {
"pin": "D0"
}
},
"rgblight": {
"led_count": 12,
+3 -1
View File
@@ -48,7 +48,9 @@
"handedness": {
"pin": "F0"
},
"soft_serial_pin": "D0"
"serial": {
"pin": "D0"
}
},
"processor": "atmega32u4",
"bootloader": "qmk-dfu",
+3 -1
View File
@@ -45,7 +45,6 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "D0",
"encoder": {
"right": {
"rotary": [
@@ -61,6 +60,9 @@
"cols": ["D4", "D7", "D3", "B7", "F0", "B3"],
"rows": ["B1", "B2", "D2", "F1", "F4"]
}
},
"serial": {
"pin": "D0"
}
},
"processor": "atmega32u4",
+3 -1
View File
@@ -62,7 +62,6 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "D0",
"encoder": {
"right": {
"rotary": [
@@ -78,6 +77,9 @@
"cols": ["D4", "D7", "D3", "B7", "F0", "B3"],
"rows": ["B1", "B2", "D2", "F1", "F4"]
}
},
"serial": {
"pin": "D0"
}
},
"processor": "atmega32u4",
+3 -1
View File
@@ -85,7 +85,6 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "D0",
"handedness": {
"pin": "D5"
},
@@ -94,6 +93,9 @@
"cols": ["D4", "D6", "D7", "C7", "F1", "F4"],
"rows": ["B1", "F0", "F5", "B4", "B5"]
}
},
"serial": {
"pin": "D0"
}
},
"processor": "atmega32u4",
+3 -1
View File
@@ -84,7 +84,6 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "D0",
"handedness": {
"pin": "D5"
},
@@ -93,6 +92,9 @@
"cols": ["D4", "D6", "D7", "C7", "F1", "F4"],
"rows": ["B1", "F0", "F5", "B4", "B5"]
}
},
"serial": {
"pin": "D0"
}
},
"processor": "atmega32u4",