diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-10-04 18:18:44 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-10-04 21:56:09 -0400 |
commit | bbf5a5905a973d6d23457d2e7bf15bf6bac234c3 (patch) | |
tree | 93dcaaf0c3ccde9e0c6d3e8d192bc7e8ed0e32eb /app/Kconfig | |
parent | e6d9134005588adc0d6326c7b8132b7832719990 (diff) |
refactor(usb): Report USB status w/o HID output.
Diffstat (limited to 'app/Kconfig')
-rw-r--r-- | app/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/Kconfig b/app/Kconfig index ccd40da..9398fce 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -21,12 +21,16 @@ menuconfig ZMK_USB select USB_DEVICE_STACK select USB_DEVICE_HID -if ZMK_USB +if USB config ZMK_USB_INIT_PRIORITY int "Init Priority" default 50 +endif + +if ZMK_USB + config USB_NUMOF_EP_WRITE_RETRIES default 10 |