diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-12-02 19:59:03 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-12-04 17:00:38 -0500 |
commit | a5bddcedbe68ffd276a837a07473399eccea406c (patch) | |
tree | b2737a238e06d6f38d47fa6b8b4410bb85bf66f3 /app | |
parent | 82625c6bb508b1ef1b6a8d1000c7bc7b44a5ac5e (diff) |
build(west): migrate to zmkfirmware/zephyr fork
Replaces `petejohanson` with `zmkfirmware` for ZMK's fork of Zephyr (branch `zmk-v2.3.0-with-fixes`)
PR: #468
Diffstat (limited to 'app')
-rw-r--r-- | app/west.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/west.yml b/app/west.yml index a8b0ffc..84f4420 100644 --- a/app/west.yml +++ b/app/west.yml @@ -2,13 +2,13 @@ manifest: remotes: - name: zephyrproject-rtos url-base: https://github.com/zephyrproject-rtos - - name: petejohanson - url-base: https://github.com/petejohanson + - name: zmkfirmware + url-base: https://github.com/zmkfirmware - name: microsoft url-base: https://github.com/microsoft projects: - name: zephyr - remote: petejohanson + remote: zmkfirmware revision: zmk-v2.3.0-with-fixes clone-depth: 1 import: |