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:
|
manifest:
|
||||||
defaults:
|
defaults:
|
||||||
remote: urob
|
remote: urob
|
||||||
|
revision: main
|
||||||
|
|
||||||
remotes:
|
remotes:
|
||||||
- name: upstream
|
- name: upstream
|
||||||
|
@ -28,23 +29,18 @@ manifest:
|
||||||
url-base: https://github.com/urob
|
url-base: https://github.com/urob
|
||||||
|
|
||||||
projects:
|
projects:
|
||||||
- name: zmk-helpers
|
|
||||||
revision: main
|
|
||||||
path: modules/helpers
|
|
||||||
- name: zmk-auto-layer
|
- name: zmk-auto-layer
|
||||||
revision: main
|
|
||||||
path: modules/auto-layer
|
path: modules/auto-layer
|
||||||
- name: zmk-tri-state
|
- name: zmk-helpers
|
||||||
revision: main
|
path: modules/helpers
|
||||||
path: modules/tri-state
|
|
||||||
- name: zmk-leader-key
|
- name: zmk-leader-key
|
||||||
revision: main
|
|
||||||
path: modules/leader-key
|
path: modules/leader-key
|
||||||
|
- name: zmk-tri-state
|
||||||
|
path: modules/tri-state
|
||||||
|
|
||||||
# ZMK with Zephyr namespaced under /zmk. This requires that ZMK imports
|
# ZMK with Zephyr namespaced under /zmk. This requires that ZMK imports
|
||||||
# Zephyr with a path other than `zephyr` (as in `going-modular`).
|
# Zephyr with a path other than `zephyr` (as in `going-modular`).
|
||||||
- name: zmk
|
- name: zmk
|
||||||
revision: going-modular
|
|
||||||
path: .
|
path: .
|
||||||
import:
|
import:
|
||||||
file: app/west.yml
|
file: app/west.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue