Skip to content

Commit 260ba0f

Browse files
committed
Use PR providing mouse support
1 parent a40905c commit 260ba0f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

config/west.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
manifest:
22
remotes:
3-
- name: zmkfirmware
3+
- name: upstream
44
url-base: https://github.com/zmkfirmware
5+
- name: mouse-support
6+
url-base: https://github.com/petejohanson
57
# Additional modules containing boards/shields/custom code can be listed here as well
68
# See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects
79
projects:
810
- name: zmk
9-
remote: zmkfirmware
10-
revision: main
11+
remote: mouse-support
12+
revision: feat/pointers-with-input-processors
1113
import: app/west.yml
1214
self:
1315
path: config

0 commit comments

Comments
 (0)