From 6285fb79bc62fb72d584bdd0c9dc3de4228bdb58 Mon Sep 17 00:00:00 2001 From: ottjk Date: Sat, 20 Jan 2024 13:34:25 -0500 Subject: Initial User Config. --- config/west.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config/west.yml (limited to 'config/west.yml') diff --git a/config/west.yml b/config/west.yml new file mode 100644 index 0000000..b886cbe --- /dev/null +++ b/config/west.yml @@ -0,0 +1,13 @@ +manifest: + remotes: + - name: zmkfirmware + url-base: https://github.com/zmkfirmware + # 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: zmkfirmware + revision: main + import: app/west.yml + self: + path: config -- cgit v1.3