Skip to content

Latest commit

 

History

History
executable file
·
35 lines (30 loc) · 1.73 KB

File metadata and controls

executable file
·
35 lines (30 loc) · 1.73 KB

ZMK Firmware: Personal fork

This is my personal ZMK fork containing various experimental features used in my zmk-config. It is regularly rebased onto the latest upstream.

Below is a list of features currently included in the main branch on top of the official ZMK master branch.

In order to use this branch with Github Actions, replace the contents of west.yml in your zmk-config/config directory with the following contents:

manifest:
  remotes:
    - name: urob
      url-base: https://github.com/urob
  projects:
    - name: zmk
      remote: urob
      revision: main
      import: app/west.yml
  self:
    path: config