efd403a567
* Shift to using an extra Zephyr module to do keymap location work after all board roots are resolved. This avoids duplicate work and allows us to load custom boards from Zephyr modules as well as user config setups.
6 lines
217 B
YAML
6 lines
217 B
YAML
# This ensures our modules/modules.cmake file is loaded *after* all the other modules,
|
|
# To set up the various keymap DTS and overridden .conf files are located and chosen.
|
|
build:
|
|
settings:
|
|
module_ext_root: "."
|