Log more info on ZMK config dir usage.

This commit is contained in:
Pete Johanson 2020-07-23 23:01:47 -04:00
parent b1bc5b4c82
commit f22407223f
1 changed files with 2 additions and 0 deletions

View File

@ -45,9 +45,11 @@ set(CACHED_ZMK_CONFIG ${ZMK_CONFIG} CACHE STRING "Selected user ZMK config")
if (ZMK_CONFIG)
if(EXISTS "${ZMK_CONFIG}/boards")
message(STATUS "Adding ZMK config directory as board root: ${ZMK_CONFIG}")
list(APPEND BOARD_ROOT "${ZMK_CONFIG}")
endif()
if(EXISTS "${ZMK_CONFIG}/dts")
message(STATUS "Adding ZMK config directory as DTS root: ${ZMK_CONFIG}")
list(APPEND DTS_ROOT "${ZMK_CONFIG}")
endif()
endif()