Fix serial speed DD configuration & migrate keyboards (#25546)
* Fix serial speed DD configuration - Fixes incorrect SOFT_SERIAL_SPEED mapping - Renames key split.soft_serial_speed -> split.serial.speed - Migrates keyoards that configure this, and remove configuration from keyboards that do not differ from the default behaviour - Add deprecation notice and migration support
This commit is contained in:
@@ -753,9 +753,9 @@ Configures the [Split Keyboard](features/split_keyboard) feature.
|
||||
* Default: `"bitbang"`
|
||||
* `pin` <Badge type="info">Pin</Badge>
|
||||
* The GPIO pin to use for transmit and receive.
|
||||
* `soft_serial_speed` <Badge type="info">Number</Badge>
|
||||
* The protocol speed, from `0` to `5` (`serial` transport protocol only).
|
||||
* Default: `1`
|
||||
* `speed` <Badge type="info">Number</Badge>
|
||||
* The protocol speed, from `0` to `5` (fastest to slowest).
|
||||
* Default: `1`
|
||||
* `transport`
|
||||
* `protocol` <Badge type="info">String</Badge>
|
||||
* The split transport protocol to use. Must be one of `custom`, `i2c`, `serial`.
|
||||
|
||||
Reference in New Issue
Block a user