dev: init zmk files

This commit is contained in:
phiwan-dev 2025-07-11 17:38:25 +02:00
parent 5c17fd0e3f
commit f344124981
12 changed files with 214 additions and 0 deletions

14
config/west.yml Normal file
View file

@ -0,0 +1,14 @@
manifest:
defaults:
revision: v0.2
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/3.2.0/develop/west/manifest.html#projects
projects:
- name: zmk
remote: zmkfirmware
import: app/west.yml
self:
path: config