Log more info on ZMK config dir usage.
This commit is contained in:
parent
b1bc5b4c82
commit
f22407223f
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue