We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c0acd commit 82beab6Copy full SHA for 82beab6
1 file changed
config/west.yml
@@ -12,10 +12,10 @@ manifest:
12
- name: zmk-pmw3610-driver
13
remote: tadanaka
14
revision: main
15
- - name: cool642tb-mini
16
- path: modules/my-battery
17
- revision: main
18
- url: https://github.com/tadanaka/cool642tb-mini
+ - name: bat
+ url: ./modules/my-battery # ローカルパスに変更
+ revision: main
+ import: app/west.yml
19
20
self:
21
path: config
0 commit comments