From 598335ce8cf4cce4dff92f1734c3f0c0ac883ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wladislav=20=E3=83=B4=E3=83=A9=E3=83=89=20Artsimovich?= Date: Thu, 17 Oct 2024 14:18:53 +0900 Subject: [PATCH] Try my branch --- config/west.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/west.yml b/config/west.yml index 6631182..8b7f445 100644 --- a/config/west.yml +++ b/config/west.yml @@ -4,12 +4,14 @@ manifest: url-base: https://github.com/zmkfirmware - name: crides url-base: https://github.com/crides + - name: frostkiwi + url-base: https://github.com/FrostKiwi # Additional modules containing boards/shields/custom code can be listed here as well # See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects projects: - name: zmk - remote: crides - revision: cirque-trackpad + remote: frostkiwi + revision: main import: app/west.yml self: path: config \ No newline at end of file