From 752b645f91dde1f201ec615fbb96878ab360d4f6 Mon Sep 17 00:00:00 2001 From: typorian Date: Fri, 12 Jan 2024 09:27:45 +0100 Subject: [PATCH] Update docs/docs/config/system.md USB boot protocol support description align the description to match the Kconfig files to make it match Co-authored-by: Cem Aksoylar --- docs/docs/config/system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/config/system.md b/docs/docs/config/system.md index b1041845..1e9ae87e 100644 --- a/docs/docs/config/system.md +++ b/docs/docs/config/system.md @@ -69,7 +69,7 @@ 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 ZMK Boot protocol | n | +| `CONFIG_ZMK_USB_BOOT` | bool | Enable USB Boot protocol support | n | | `CONFIG_ZMK_USB_INIT_PRIORITY` | int | USB init priority | 50 | ### Bluetooth