Skip to content
/ zmk Public
forked from zmkfirmware/zmk

Modified ZMK Firmware Repository for personal needs

License

Notifications You must be signed in to change notification settings

saitamandl/zmk

 
 

Repository files navigation

ZMK Firmware: Personal fork

This is my personal ZMK fork containing various experimental features based on urob's mod

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

urob's od

saitama's mod

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: saitama
      url-base: https://github.com/saitamandl
  projects:
    - name: zmk
      remote: saitama
      revision: main
      import: app/west.yml
  self:
    path: config

About

Modified ZMK Firmware Repository for personal needs

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%