From 4ab6132f70fc4f4b83f3a554553fa94ec7c0318f Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Tue, 14 Jul 2020 10:12:25 -0400 Subject: [PATCH] Bump the default USB EP write retries. --- app/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Kconfig b/app/Kconfig index 23f7945e..e6dc3bd5 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