forked from kofal.net/zmk
fix(keymaps): Locate shared conf and overlay for split boards.
This commit is contained in:
committed by
Pete Johanson
parent
0b44321613
commit
b9a35c6ae7
@@ -105,8 +105,10 @@ if (ZMK_CONFIG)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# TODO: Board revisions?
|
# TODO: Board revisions?
|
||||||
|
list(APPEND overlay_candidates "${ZMK_CONFIG}/${BOARD_DIR_NAME}.overlay")
|
||||||
list(APPEND overlay_candidates "${ZMK_CONFIG}/${BOARD}.overlay")
|
list(APPEND overlay_candidates "${ZMK_CONFIG}/${BOARD}.overlay")
|
||||||
list(APPEND overlay_candidates "${ZMK_CONFIG}/default.overlay")
|
list(APPEND overlay_candidates "${ZMK_CONFIG}/default.overlay")
|
||||||
|
list(APPEND config_candidates "${ZMK_CONFIG}/${BOARD_DIR_NAME}.conf")
|
||||||
list(APPEND config_candidates "${ZMK_CONFIG}/${BOARD}.conf")
|
list(APPEND config_candidates "${ZMK_CONFIG}/${BOARD}.conf")
|
||||||
list(APPEND config_candidates "${ZMK_CONFIG}/default.conf")
|
list(APPEND config_candidates "${ZMK_CONFIG}/default.conf")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user