Skip to content

urob/zmk

 
 

Repository files navigation

ZMK Firmware: Personal fork

This is a legacy version of my personal ZMK fork containing various experimental features used in my zmk-config. This particular branch is no longer maintained. For a current branch, see the main branch of this repo.

Note that this legacy branch adds mouse support using the [original mouse PR)(zmkfirmware#778) by krikun, using a slightly different api then the official mouse api in ZMK.

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

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C 96.6%
  • CMake 2.8%
  • Other 0.6%