summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJack Sangdahl <jack@pngu.org>2025-08-10 00:14:40 +0200
committerGitHub <noreply@github.com>2025-08-09 23:14:40 +0100
commit12dc6d1ac80b6919fcdb084d897612559b2f391b (patch)
tree2f058d0f64a22efe64ee5088215470fee24ae368 /docs
parent6c2e58eb4d58bc8f2d2c1e20e7fe347a2153db31 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/reference_info_json.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference_info_json.md b/docs/reference_info_json.md
index c30859955f..cf22317613 100644
--- a/docs/reference_info_json.md
+++ b/docs/reference_info_json.md
@@ -753,9 +753,9 @@ Configures the [Split Keyboard](features/split_keyboard) feature.
753 * Default: `"bitbang"` 753 * Default: `"bitbang"`
754 * `pin` <Badge type="info">Pin</Badge> 754 * `pin` <Badge type="info">Pin</Badge>
755 * The GPIO pin to use for transmit and receive. 755 * The GPIO pin to use for transmit and receive.
756 * `soft_serial_speed` <Badge type="info">Number</Badge> 756 * `speed` <Badge type="info">Number</Badge>
757 * The protocol speed, from `0` to `5` (`serial` transport protocol only). 757 * The protocol speed, from `0` to `5` (fastest to slowest).
758 * Default: `1` 758 * Default: `1`
759 * `transport` 759 * `transport`
760 * `protocol` <Badge type="info">String</Badge> 760 * `protocol` <Badge type="info">String</Badge>
761 * The split transport protocol to use. Must be one of `custom`, `i2c`, `serial`. 761 * The split transport protocol to use. Must be one of `custom`, `i2c`, `serial`.