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.
- mouse (PR #778) - official PR + ftc's changes + fixes needed for Zephyr 3.2
- swapper (PR #1366) - official PR + fixes needed for Zephyr 3.2
- global-quick-tap-ms (PR #1387) - official PR
- smart-word (PR #1451) - official PR, updated to Zephyr-3.2
- fix-key-repeat - fix key-repeat rolling issue by Andrew Rae
- on-release-for-tap-preferred - on-release feature for tap-preferred by Andrzej
- adv360pro - driver + alternate matrix transform
- 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