summary refs log tree commit diff stats
path: root/config/west.yml
blob: b886cbe9a4c23b91f29392a8ea053900dc73e80c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
manifest:
  remotes:
    - name: zmkfirmware
      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
  projects:
    - name: zmk
      remote: zmkfirmware
      revision: main
      import: app/west.yml
  self:
    path: config