Skip to content

Commit

Permalink
Remove 'split.transport.protocol=serial_usart' (#23668)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed May 10, 2024
1 parent 42a3757 commit ef0734b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/schemas/keyboard.jsonschema
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@
"properties": {
"protocol": {
"type": "string",
"enum": ["custom", "i2c", "serial", "serial_usart"]
"enum": ["custom", "i2c", "serial"]
},
"sync": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion docs/reference_info_json.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion keyboards/era/sirind/tomak/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@
}
},
"transport": {
"protocol": "serial_usart",
"sync": {
"indicators": true,
"layer_state": true,
Expand Down
1 change: 0 additions & 1 deletion keyboards/keychron/q11/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
}
},
"transport": {
"protocol": "serial_usart",
"sync" :{
"matrix_state": true
}
Expand Down

0 comments on commit ef0734b

Please sign in to comment.