diff options
| author | Joel Challis | 2024-05-10 12:54:44 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-10 12:54:44 +0200 |
| commit | ef0734b7a6b2a7650f2170631d840dbca7106bbd (patch) | |
| tree | 66f6f6cb55dc08b3a8ae23bf162352cc8ffea349 /data | |
| parent | 42a37577e155554734efb7622e23e67dc55f99ad (diff) | |
Remove 'split.transport.protocol=serial_usart' (#23668)
Diffstat (limited to 'data')
| -rw-r--r-- | data/schemas/keyboard.jsonschema | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/schemas/keyboard.jsonschema b/data/schemas/keyboard.jsonschema index de01809b43..b699f86277 100644 --- a/data/schemas/keyboard.jsonschema +++ b/data/schemas/keyboard.jsonschema @@ -805,7 +805,7 @@ "properties": { "protocol": { "type": "string", - "enum": ["custom", "i2c", "serial", "serial_usart"] + "enum": ["custom", "i2c", "serial"] }, "sync": { "type": "object", |