diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-14 10:12:25 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-07-14 10:12:25 -0400 |
commit | 4ab6132f70fc4f4b83f3a554553fa94ec7c0318f (patch) | |
tree | acac4e7bf7d7c21b1db9318e6fa839a25cc539f1 | |
parent | fff18dd33e62a428579b4f1aa6a339c7e4a1c40d (diff) |
Bump the default USB EP write retries.
-rw-r--r-- | app/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Kconfig b/app/Kconfig index 23f7945..e6dc3bd 100644 --- a/app/Kconfig +++ b/app/Kconfig @@ -27,6 +27,9 @@ config ZMK_USB_INIT_PRIORITY int "Init Priority" default 50 +config USB_NUMOF_EP_WRITE_RETRIES + default 10 + endif menuconfig ZMK_BLE |