~ruther/qmk_firmware

ef0734b7a6b2a7650f2170631d840dbca7106bbd — Joel Challis 11 months ago 42a3757
Remove 'split.transport.protocol=serial_usart' (#23668)

M data/schemas/keyboard.jsonschema => data/schemas/keyboard.jsonschema +1 -1
@@ 805,7 805,7 @@
                    "properties": {
                        "protocol": {
                            "type": "string",
                            "enum": ["custom", "i2c", "serial", "serial_usart"]
                            "enum": ["custom", "i2c", "serial"]
                        },
                        "sync": {
                            "type": "object",

M docs/reference_info_json.md => docs/reference_info_json.md +1 -1
@@ 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.

M keyboards/era/sirind/tomak/keyboard.json => keyboards/era/sirind/tomak/keyboard.json +0 -1
@@ 183,7 183,6 @@
            }
        },
        "transport": {
            "protocol": "serial_usart",
            "sync": {
                "indicators": true,
                "layer_state": true,

M keyboards/keychron/q11/info.json => keyboards/keychron/q11/info.json +0 -1
@@ 54,7 54,6 @@
            }
        },
        "transport": {
            "protocol": "serial_usart",
            "sync" :{
                "matrix_state": true
            }

Do not follow this link