1
0
Fork 0

Migrate split.soft_serial_pin to split.serial.pin 0-H (#24155)

This commit is contained in:
Joel Challis 2024-07-23 12:13:05 +01:00 committed by GitHub
parent ce1adce696
commit e8103722bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
83 changed files with 244 additions and 94 deletions

View file

@ -8,7 +8,9 @@
"rows": ["C6", "D7", "E6", "B4", "B5"]
},
"split": {
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"ws2812": {
"pin": "D3"

View file

@ -10,7 +10,9 @@
"device_version": "1.0.0"
},
"split": {
"soft_serial_pin": "D2"
"serial": {
"pin": "D2"
}
},
"rgblight": {
"sleep": true,

View file

@ -19,7 +19,6 @@
]
},
"split": {
"soft_serial_pin": "D3",
"matrix_pins": {
"right": {
"cols": ["F4", "B1", "D7", "C6", "B3"],
@ -32,6 +31,9 @@
{"pin_a": "B6", "pin_b": "B2"}
]
}
},
"serial": {
"pin": "D3"
}
},
"rgb_matrix": {

View file

@ -20,9 +20,9 @@
},
"split": {
"enabled": true,
"soft_serial_pin": "GP0",
"serial": {
"driver": "vendor"
"driver": "vendor",
"pin": "GP0"
},
"transport": {
"sync": {