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`
This commit is contained in:
parent
b5e289ce53
commit
24948e1801
1 changed files with 5 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue