Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.82 KB

README.md

File metadata and controls

35 lines (30 loc) · 1.82 KB

ZMK Firmware: Personal fork

This is my personal ZMK fork containing various experimental features. It is regularly rebased onto the latest upstream, including the latest change to Zephyr 3.2. A legacy version of this branch using Zephyr 3.0 is available here.

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