commit 0a822b4aaa1891b1fd135206f189d4beb6255dbf
parent 607a46bde17817bdfbfee1798c0c981940115929
Author: Pollux <hand.joseph+pollux@protonmail.com>
Date: Mon, 18 Nov 2024 16:35:30 -0600
Add support for mouse movement
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/config/west.yml b/config/west.yml
@@ -4,10 +4,12 @@ manifest:
url-base: https://github.com/zmkfirmware
# Additional modules containing boards/shields/custom code can be listed here as well
# See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects
+ - name: mouse
+ url-base: https://github.com/petejohanson
projects:
- name: zmk
- remote: zmkfirmware
- revision: main
+ remote: mouse
+ revision: feat/pointers-move-scroll
import: app/west.yml
self:
path: config