/zmk-config-urob

ZMK Firmware Repository - urob fork

Primary LanguageCMIT LicenseMIT

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