Browse Source

Windows build fixes.

xmkb
Pete Johanson 4 years ago
parent
commit
fff18dd33e
  1. 2
      app/cmake/zmk_config.cmake

2
app/cmake/zmk_config.cmake

@ -86,7 +86,7 @@ if (BASE_KEYMAPS_DIR)
if (EXISTS "${KEYMAP_DIR}/include") if (EXISTS "${KEYMAP_DIR}/include")
include_directories("${KEYMAP_DIR}/include") include_directories("${KEYMAP_DIR}/include")
endif() endif()
list(APPEND ZMK_DTC_FILES "${KEYMAP_DIR}/keymap.overlay") list(APPEND ZMK_DTC_FILES "${KEYMAP_DIR}keymap.overlay")
endif() endif()
if (ZMK_CONFIG) if (ZMK_CONFIG)

Loading…
Cancel
Save