From 24948e18019e2779154e412eb2813543bb22b621 Mon Sep 17 00:00:00 2001 From: urob <978080+urob@users.noreply.github.com> Date: Mon, 25 Nov 2024 00:30:06 -0500 Subject: [PATCH] Use main ZMK branch - `main` is now my main ZMK branch (replacing `going-modular`) - the old main continues to be available as `old-main` but will not longer be updated - for now `going-modular` is identical to `main` but going forward I will only maintain `main` --- config/west.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/config/west.yml b/config/west.yml index f4e7f3a..98897bf 100644 --- a/config/west.yml +++ b/config/west.yml @@ -20,6 +20,7 @@ manifest: defaults: remote: urob + revision: main remotes: - name: upstream @@ -28,23 +29,18 @@ manifest: url-base: https://github.com/urob projects: - - name: zmk-helpers - revision: main - path: modules/helpers - name: zmk-auto-layer - revision: main path: modules/auto-layer - - name: zmk-tri-state - revision: main - path: modules/tri-state + - name: zmk-helpers + path: modules/helpers - name: zmk-leader-key - revision: main path: modules/leader-key + - name: zmk-tri-state + path: modules/tri-state # ZMK with Zephyr namespaced under /zmk. This requires that ZMK imports # Zephyr with a path other than `zephyr` (as in `going-modular`). - name: zmk - revision: going-modular path: . import: file: app/west.yml