Skip to content

Commit

Permalink
Update west.yml manifest
Browse files Browse the repository at this point in the history
Add new remote for experimental branch zmkfirmware/zmk#2477
  • Loading branch information
adamrdavid authored Dec 7, 2024
1 parent a3fa6bc commit 5effb66
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions config/west.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
manifest:
remotes:
- name: zmkfirmware
url-base: https://github.com/zmkfirmware
url-base: https://github.com/petejohanson
- name: pmw3610
url-base: https://github.com/kaievns
- name: mouse-behaviours
url-base: https://github.com/kaievns

projects:
- name: zmk
remote: zmkfirmware
revision: main
revision: feat/pointers-with-input-processors
import: app/west.yml
- name: zmk-pmw3610-driver
remote: pmw3610
revision: main
- name: input-shaping
remote: zmk-mouse-behaviours
revision: main
self:
path: config

0 comments on commit 5effb66

Please sign in to comment.