Remove 'split.transport.protocol=serial_usart' (#23668)
This commit is contained in:
parent
42a37577e1
commit
ef0734b7a6
@ -805,7 +805,7 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"protocol": {
|
"protocol": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["custom", "i2c", "serial", "serial_usart"]
|
"enum": ["custom", "i2c", "serial"]
|
||||||
},
|
},
|
||||||
"sync": {
|
"sync": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
@ -739,7 +739,7 @@ Configures the [Split Keyboard](feature_split_keyboard.md) feature.
|
|||||||
* Default: `1`
|
* Default: `1`
|
||||||
* `transport`
|
* `transport`
|
||||||
* `protocol`
|
* `protocol`
|
||||||
* The split transport protocol to use. Must be one of `custom`, `i2c`, `serial`, `serial_usart`.
|
* The split transport protocol to use. Must be one of `custom`, `i2c`, `serial`.
|
||||||
* `sync`
|
* `sync`
|
||||||
* `activity`
|
* `activity`
|
||||||
* Mirror the activity timestamps to the secondary half.
|
* Mirror the activity timestamps to the secondary half.
|
||||||
|
@ -183,7 +183,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"transport": {
|
"transport": {
|
||||||
"protocol": "serial_usart",
|
|
||||||
"sync": {
|
"sync": {
|
||||||
"indicators": true,
|
"indicators": true,
|
||||||
"layer_state": true,
|
"layer_state": true,
|
||||||
|
@ -54,7 +54,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"transport": {
|
"transport": {
|
||||||
"protocol": "serial_usart",
|
|
||||||
"sync" :{
|
"sync" :{
|
||||||
"matrix_state": true
|
"matrix_state": true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user