22 lines
475 B
YAML
22 lines
475 B
YAML
manifest:
|
|
remotes:
|
|
- name: zmkfirmware
|
|
url-base: https://github.com/zmkfirmware
|
|
- name: urob
|
|
url-base: https://github.com/urob
|
|
projects:
|
|
- name: zmk
|
|
remote: urob
|
|
revision: going-modular
|
|
import: app/west.yml
|
|
- name: zmk-helpers
|
|
remote: urob
|
|
revision: main
|
|
- name: zmk-auto-layer
|
|
remote: urob
|
|
revision: main
|
|
- name: zmk-tri-state
|
|
remote: urob
|
|
revision: main
|
|
self:
|
|
path: config
|