diff --git a/config/west.yml b/config/west.yml index 20bb905e4..2187fe78b 100644 --- a/config/west.yml +++ b/config/west.yml @@ -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 @@ -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 @@ -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 diff --git a/readme.md b/readme.md index d838ad943..7433c5ef4 100644 --- a/readme.md +++ b/readme.md @@ -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).