summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/Kconfig3
-rw-r--r--app/cmake/zmk_config.cmake2
2 files changed, 4 insertions, 1 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
diff --git a/app/cmake/zmk_config.cmake b/app/cmake/zmk_config.cmake
index c0993c7..84a5034 100644
--- a/app/cmake/zmk_config.cmake
+++ b/app/cmake/zmk_config.cmake
@@ -86,7 +86,7 @@ if (BASE_KEYMAPS_DIR)
if (EXISTS "${KEYMAP_DIR}/include")
include_directories("${KEYMAP_DIR}/include")
endif()
- list(APPEND ZMK_DTC_FILES "${KEYMAP_DIR}/keymap.overlay")
+ list(APPEND ZMK_DTC_FILES "${KEYMAP_DIR}keymap.overlay")
endif()
if (ZMK_CONFIG)