Skip to content

Commit

Permalink
Use main ZMK branch
Browse files Browse the repository at this point in the history
- `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`
  • Loading branch information
urob committed Nov 25, 2024
1 parent b5e289c commit 24948e1
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
manifest:
defaults:
remote: urob
revision: main

remotes:
- name: upstream
Expand All @@ -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
Expand Down

0 comments on commit 24948e1

Please sign in to comment.