fix(shields): Load Kconfig for out-of-tree shields

This commit is contained in:
Pete Johanson
2020-08-20 10:51:35 -04:00
parent 1797cfb5c5
commit 9730876393
2 changed files with 5 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ endif()
set(CACHED_ZMK_CONFIG ${ZMK_CONFIG} CACHE STRING "Selected user ZMK config")
if (ZMK_CONFIG)
set(ENV{ZMK_CONFIG} "${ZMK_CONFIG}")
if(EXISTS ${ZMK_CONFIG}/boards)
message(STATUS "Adding ZMK config directory as board root: ${ZMK_CONFIG}")
list(APPEND BOARD_ROOT ${ZMK_CONFIG})