1
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
83 changed files with 244 additions and 94 deletions

View File

@@ -16,7 +16,9 @@
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"soft_serial_pin": "D3"
"serial": {
"pin": "D3"
}
},
"processor": "atmega32u4",
"bootloader": "caterina",

View File

@@ -7,9 +7,9 @@
"diode_direction": "COL2ROW",
"split": {
"enabled": true,
"soft_serial_pin": "A9",
"serial": {
"driver": "usart"
"driver": "usart",
"pin": "A9"
}
},
"development_board": "proton_c",