We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40905c commit 260ba0fCopy full SHA for 260ba0f
config/west.yml
@@ -1,13 +1,15 @@
1
manifest:
2
remotes:
3
- - name: zmkfirmware
+ - name: upstream
4
url-base: https://github.com/zmkfirmware
5
+ - name: mouse-support
6
+ url-base: https://github.com/petejohanson
7
# Additional modules containing boards/shields/custom code can be listed here as well
8
# See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects
9
projects:
10
- name: zmk
- remote: zmkfirmware
- revision: main
11
+ remote: mouse-support
12
+ revision: feat/pointers-with-input-processors
13
import: app/west.yml
14
self:
15
path: config
0 commit comments