From a5bddcedbe68ffd276a837a07473399eccea406c Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Wed, 2 Dec 2020 19:59:03 +0000 Subject: [PATCH] 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 --- app/west.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/west.yml b/app/west.yml index a8b0ffcb..84f44202 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: