forked from kofal.net/zmk
refactor: Hook into CMake loading in a better spot.
* 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.
This commit is contained in:
committed by
Pete Johanson
parent
0ab6a0ad11
commit
efd403a567
5
app/keymap-module/zephyr/module.yml
Normal file
5
app/keymap-module/zephyr/module.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
# 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: "."
|
||||
Reference in New Issue
Block a user