26 lines
803 B
YAML
26 lines
803 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: petejohanson
|
|
url-base: https://github.com/petejohanson
|
|
projects:
|
|
- name: eyelash_sofle
|
|
url: https://github.com/a741725193/zmk-sofle
|
|
revision: refactor
|
|
- name: mario-peripheral-animation
|
|
remote: gpeye
|
|
revision: main
|
|
- name: zmk
|
|
remote: petejohanson
|
|
revision: feat/pointers-with-input-processors
|
|
import: app/west.yml
|
|
self:
|
|
path: config
|