Remove 'split.transport.protocol=serial_usart' (#23668)

master
Joel Challis 2024-05-10 11:54:44 +01:00 committed by GitHub
parent 42a37577e1
commit ef0734b7a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 2 additions and 4 deletions

View File

@ -805,7 +805,7 @@
"properties": {
"protocol": {
"type": "string",
"enum": ["custom", "i2c", "serial", "serial_usart"]
"enum": ["custom", "i2c", "serial"]
},
"sync": {
"type": "object",

View File

@ -739,7 +739,7 @@ Configures the [Split Keyboard](feature_split_keyboard.md) feature.
* Default: `1`
* `transport`
* `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`
* `activity`
* Mirror the activity timestamps to the secondary half.

View File

@ -183,7 +183,6 @@
}
},
"transport": {
"protocol": "serial_usart",
"sync": {
"indicators": true,
"layer_state": true,

View File

@ -54,7 +54,6 @@
}
},
"transport": {
"protocol": "serial_usart",
"sync" :{
"matrix_state": true
}