Browse Source

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
xmkb
innovaker 4 years ago committed by Pete Johanson
parent
commit
a5bddcedbe
  1. 6
      app/west.yml

6
app/west.yml

@ -2,13 +2,13 @@ manifest: @@ -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:

Loading…
Cancel
Save