Windows build fixes.

This commit is contained in:
Pete Johanson 2020-07-13 23:49:36 -04:00
parent e448f2d32b
commit fff18dd33e
1 changed files with 1 additions and 1 deletions

View File

@ -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)