From ce1cd36854c99d9ea4635d508632ddae9f805b9e Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Fri, 21 Oct 2022 17:56:56 +0200 Subject: [PATCH] retarget actions to zmk upstream --- config/west.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/west.yml b/config/west.yml index a7b0cdf..379d291 100644 --- a/config/west.yml +++ b/config/west.yml @@ -1,11 +1,11 @@ manifest: remotes: - - name: urob - url-base: https://github.com/urob + - name: zmkfirmware + url-base: https://github.com/zmkfirmware projects: - name: zmk - remote: urob - revision: fix-mod-morph + remote: zmkfirmware + revision: main import: app/west.yml self: path: config