Skip to content

Commit

Permalink
Bump ZMK to version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
urob committed Mar 2, 2025
1 parent cf955f6 commit 0c8dc7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
manifest:
defaults:
remote: urob
revision: v0.1 # Pin everything to v0.1
revision: v0.2 # Pin everything to v0.2

remotes:
- name: urob
Expand All @@ -28,10 +28,8 @@ manifest:
url-base: https://github.com/zmkfirmware

projects:
# This is vanilla ZMK - just using my remote to pin the current state of main,
# as upstream hasn't yet released a version with mouse.
- name: zmk
revision: v0.1+mouse
remote: zmkfirmware
import: app/west.yml

# ZMK modules
Expand All @@ -42,7 +40,6 @@ manifest:
- name: zmk-helpers
path: modules/zmk/helpers
- name: zmk-leader-key
revision: v0.1+locality
path: modules/zmk/leader-key
- name: zmk-tri-state
path: modules/zmk/tri-state
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This is my personal [ZMK firmware](https://github.com/zmkfirmware/zmk/)
configuration. It consists of a 34-keys base layout that is re-used for various
boards, including my Corneish Zen and my Planck.

My configuration builds against `v0.1` of upstream ZMK plus a backport of the
merged pointer PR. Custom functionality is added through various
My configuration currently builds against `v0.2` of upstream ZMK.
Custom functionality is added through various
[ZMK modules](https://github.com/search?q=topic%3Azmk-module+fork%3Atrue+owner%3Aurob+&type=repositories).
The state of the entire firmware is pinned in my `west`
[manifest](https://github.com/urob/zmk-config/blob/main/config/west.yml).
Expand Down

0 comments on commit 0c8dc7a

Please # to comment.