-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathwest.yml
66 lines (56 loc) · 1.83 KB
/
west.yml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
manifest:
remotes:
- name: zmkfirmware
url-base: https://github.com/zmkfirmware
- name: infused-kim
url-base: https://github.com/infused-kim
- name: petejohanson
url-base: https://github.com/petejohanson
- name: urob
url-base: https://github.com/urob
projects:
#
# zmk fork
# Uncomment only one of these...
#
# Standard, stable zmk repo without mouse PR.
# Not compatible with the PS/2 mouse & TP driver module.
# - name: zmk
# remote: zmkfirmware
# revision: main
# import: app/west.yml
# infused-kim's zmk fork with mouse PR, which might be a bit outdated, but
# is known to be compatible with the PS/2 mouse & TP driver module.
- name: zmk
remote: infused-kim
revision: pr-testing/mouse_ps2_module_base
import: app/west.yml
# pete's zmk fork with the most up to date mouse PR, which is more
# up-to-date, but may contain incompatibilities with the PS/2 mouse & TP
# driver module.
# - name: zmk
# remote: petejohanson
# revision: feat/pointers-move-scroll
# import: app/west.yml
# urob's zmk fork with mouse PR & many extra features, but may be
# incompatible with the PS/2 mouse & TP driver module.
# - name: zmk
# remote: urob
# revision: main
# import: app/west.yml
# infused-kim's zmk fork with mouse PR AND urob's improvements, which
# might be out-dated, but is known to be compatible with PS/2 mouse & TP
# driver module.
# - name: zmk
# remote: infused-kim
# revision: pr-testing/mouse_ps2_module_base_urob
# import: app/west.yml
#
# Additional zmk modules
#
# Module for PS/2 mouse & TP driver
- name: kb_zmk_ps2_mouse_trackpoint_driver
remote: infused-kim
revision: main
self:
path: config