summaryrefslogtreecommitdiff
path: root/docs/reference_info_json.md
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-07-18 00:02:53 +0100
committerGitHub <noreply@github.com>2024-07-18 09:02:53 +1000
commit4ab36df48fba751ca88beaf1a7a5dd84ba34a370 (patch)
treeab44efbe8cb23798a177143d0c1ebc1a68bc26ac /docs/reference_info_json.md
parentdaa777d6fb655c5fe16df4b3f1e89a37ab35dc57 (diff)
Move split.soft_serial_pin to split.serial.pin (#24127)
Diffstat (limited to 'docs/reference_info_json.md')
-rw-r--r--docs/reference_info_json.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference_info_json.md b/docs/reference_info_json.md
index a7a6caff79..e658b48b71 100644
--- a/docs/reference_info_json.md
+++ b/docs/reference_info_json.md
@@ -736,8 +736,8 @@ Configures the [Split Keyboard](features/split_keyboard) feature.
736 * `driver` 736 * `driver`
737 * The driver to use. Must be one of `bitbang`, `usart`, `vendor`. 737 * The driver to use. Must be one of `bitbang`, `usart`, `vendor`.
738 * Default: `"bitbang"` 738 * Default: `"bitbang"`
739 * `soft_serial_pin` 739 * `pin`
740 * The GPIO pin to use (`serial` transport protocol only). 740 * The GPIO pin to use for transmit and receive.
741 * `soft_serial_speed` 741 * `soft_serial_speed`
742 * The protocol speed, from `0` to `5` (`serial` transport protocol only). 742 * The protocol speed, from `0` to `5` (`serial` transport protocol only).
743 * Default: `1` 743 * Default: `1`