mirror of
https://github.com/Ajetski/corne-zmk-config.git
synced 2025-11-27 13:02:45 -10:00
16 lines
456 B
YAML
16 lines
456 B
YAML
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://zmk.dev/docs/features/modules
|
|
# - https://docs.zephyrproject.org/3.5.0/develop/west/manifest.html#projects
|
|
projects:
|
|
- name: zmk
|
|
remote: zmkfirmware
|
|
revision: main
|
|
import: app/west.yml
|
|
self:
|
|
path: config
|