Skip to content

futuun/zmk

 
 

Repository files navigation

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

About

ZMK Firmware Repository

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.8%
  • CMake 2.7%
  • Other 0.5%