summaryrefslogtreecommitdiff
path: root/docs
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
parentdaa777d6fb655c5fe16df4b3f1e89a37ab35dc57 (diff)
Move split.soft_serial_pin to split.serial.pin (#24127)
Diffstat (limited to 'docs')
-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.
* `driver`
* The driver to use. Must be one of `bitbang`, `usart`, `vendor`.
* Default: `"bitbang"`
- * `soft_serial_pin`
- * The GPIO pin to use (`serial` transport protocol only).
+ * `pin`
+ * The GPIO pin to use for transmit and receive.
* `soft_serial_speed`
* The protocol speed, from `0` to `5` (`serial` transport protocol only).
* Default: `1`