blob: 122f468bfa04425c1d460f93fa3b36c3bc657b71 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
#manifest:
# remotes:
# - name: zmkfirmware
# url-base: https://github.com/zmkfirmware
# projects:
# - name: zmk
# remote: zmkfirmware
# revision: main
# import: app/west.yml
# self:
# path: config
manifest:
remotes:
- name: zmkfirmware
url-base: https://github.com/zmkfirmware
- name: urob
url-base: https://github.com/urob
- name: infused-kim
url-base: https://github.com/infused-kim
projects:
- name: zmk
remote: infused-kim
revision: pr-testing/mouse_ps2_v2
import: app/west.yml
self:
path: config
|