home | blog | art | git gpg | email | rss

zmk-config

Personal ZMK configuration for my wireless keyboard
git clone git://pollux.codes/git/zmk-config
Log | Files | Refs | README

west.yml (473B)


      1 manifest:
      2   remotes:
      3     - name: zmkfirmware
      4       url-base: https://github.com/zmkfirmware
      5     # Additional modules containing boards/shields/custom code can be listed here as well
      6     # See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects
      7     - name: mouse
      8       url-base: https://github.com/petejohanson
      9   projects:
     10     - name: zmk
     11       remote: mouse
     12       revision: feat/pointers-move-scroll
     13       import: app/west.yml
     14   self:
     15     path: config