summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-07-14 10:12:25 -0400
committerPete Johanson <peter@peterjohanson.com>2020-07-14 10:12:25 -0400
commit4ab6132f70fc4f4b83f3a554553fa94ec7c0318f (patch)
treeacac4e7bf7d7c21b1db9318e6fa839a25cc539f1
parentfff18dd33e62a428579b4f1aa6a339c7e4a1c40d (diff)
Bump the default USB EP write retries.
-rw-r--r--app/Kconfig3
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