Implement data driven serial driver (#23923)
This commit is contained in:
parent
9f449246bb
commit
51acd35e6f
3 changed files with 15 additions and 0 deletions
|
@ -732,6 +732,10 @@ Configures the [Split Keyboard](features/split_keyboard) feature.
|
|||
* `matrix_pins`
|
||||
* `right`
|
||||
* See [Matrix](#matrix) config.
|
||||
* `serial`
|
||||
* `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).
|
||||
* `soft_serial_speed`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue