diff options
-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 |