From 6457f5924b24ba981d886233ca60779c0815a04c Mon Sep 17 00:00:00 2001 From: typorian Date: Fri, 12 Jan 2024 09:31:13 +0100 Subject: [PATCH] Add note about what boot protocol support actually does --- docs/docs/config/system.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/config/system.md b/docs/docs/config/system.md index 1e9ae87e..f8324ae9 100644 --- a/docs/docs/config/system.md +++ b/docs/docs/config/system.md @@ -72,6 +72,10 @@ Exactly zero or one of the following options may be set to `y`. The first is use | `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 in 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)