feat: Add Zephyr module support.
This commit is contained in:
parent
9a67b2507d
commit
3e38f86a40
3 changed files with 5 additions and 0 deletions
0
boards/shields/.gitkeep
Normal file
0
boards/shields/.gitkeep
Normal file
|
@ -2,6 +2,8 @@ manifest:
|
|||
remotes:
|
||||
- name: zmkfirmware
|
||||
url-base: https://github.com/zmkfirmware
|
||||
# Additional modules containing boards/shields/custom code can be listed here as well
|
||||
# See https://docs.zephyrproject.org/latest/develop/west/manifest.html#projects
|
||||
projects:
|
||||
- name: zmk
|
||||
remote: zmkfirmware
|
||||
|
|
3
zephyr/module.yml
Normal file
3
zephyr/module.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
build:
|
||||
settings:
|
||||
board_root: .
|
Loading…
Add table
Reference in a new issue