fix(docs): Document CONFIG_ZMK_USB_BOOT
This commit is contained in:
parent
2829185a94
commit
466cf92029
1 changed files with 7 additions and 0 deletions
|
@ -69,8 +69,15 @@ Exactly zero or one of the following options may be set to `y`. The first is use
|
|||
| `CONFIG_USB_DEVICE_MANUFACTURER` | string | The manufacturer name advertised to USB | `"ZMK Project"` |
|
||||
| `CONFIG_USB_HID_POLL_INTERVAL_MS` | int | USB polling interval in milliseconds | 1 |
|
||||
| `CONFIG_ZMK_USB` | bool | Enable ZMK as a USB keyboard | |
|
||||
| `CONFIG_ZMK_USB_BOOT` | bool | Enable USB Boot protocol support | n |
|
||||
| `CONFIG_ZMK_USB_INIT_PRIORITY` | int | USB init priority | 50 |
|
||||
|
||||
:::note USB Boot protocol support
|
||||
|
||||
By default USB Boot protocol support is disabled, however certain situations such as the input of Bitlocker pins or FileVault passwords may require it to be enabled.
|
||||
|
||||
:::
|
||||
|
||||
### Bluetooth
|
||||
|
||||
See [Zephyr's Bluetooth stack architecture documentation](https://docs.zephyrproject.org/latest/guides/bluetooth/bluetooth-arch.html)
|
||||
|
|
Loading…
Add table
Reference in a new issue