From 0426e3222184ea1d81126764ee3622bfce1dcfa1 Mon Sep 17 00:00:00 2001 From: sound-friend Date: Sun, 17 Nov 2024 22:38:36 -0500 Subject: [PATCH] fix: mouse build instructoins --- config/west.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config/west.yml b/config/west.yml index faf115e..5d390fb 100644 --- a/config/west.yml +++ b/config/west.yml @@ -1,11 +1,13 @@ manifest: remotes: - name: zmkfirmware - url-base: https://github.com/ftc/ # <--- CHANGE REPO + url-base: https://github.com/zmkfirmware + - name: petejohanson + url-base: https://github.com/petejohanson projects: - name: zmk - remote: zmkfirmware - revision: mouse-ftc # <--- CHANGE REVISION + remote: petejohanson + revision: feat/pointers-with-input-processors import: app/west.yml self: path: config \ No newline at end of file