Files
zmk-sofle/config/west.yml
T
2025-06-19 18:28:10 +03:00

26 lines
784 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
- name: gpeye
url-base: https://github.com/GPeye
- name: m165437 #new entry
url-base: https://github.com/M165437 #new entry
projects:
- name: mario-peripheral-animation
remote: gpeye
revision: main
- name: zmk
remote: zmkfirmware
revision: main
import: app/west.yml
- name: nice-view-gem #new entry
remote: m165437 #new entry
revision: main #new entry
self:
path: boards