ZMK Firmware Fork to add Forgejo Workflow Support
.devcontainer | ||
.github | ||
.vscode | ||
app | ||
docs | ||
schema | ||
.clang-format | ||
.gitattributes | ||
.gitignore | ||
.pre-commit-config.yaml | ||
AUTHORS | ||
CODE_OF_CONDUCT.md | ||
CODEOWNERS | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md |
ZMK Firmware: Personal fork
This is my personal ZMK fork containing various experimental features used in my zmk-config. It is regularly rebased onto the latest upstream.
Below is a list of features currently included in the main
branch on top of
the official ZMK master branch.
- mouse (PR #778) - official PR + ftc's update + update to Zephyr 3.2 + some safeguards + enforce hog device fix
- swapper (PR #1366) - official PR + fixes needed for Zephyr 3.2
- smart-word (PR #1451) - official PR, updated to Zephyr-3.2
- fix-key-repeat - fix key-repeat rolling issue
- on-release-for-tap-preferred - on-release option for tap-preferred by Andrzej
- adv360pro (PR #1454) - offical PR
- zen-tweaks - display & battery improvements by Cem Aksoylar
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