diff options
| author | ottjk <joshott16@gmail.com> | 2024-01-20 13:34:25 -0500 |
|---|---|---|
| committer | ottjk <joshott16@gmail.com> | 2024-01-20 13:34:25 -0500 |
| commit | 6285fb79bc62fb72d584bdd0c9dc3de4228bdb58 (patch) | |
| tree | f0771c90bfd35f256d1b76337916493763b28a99 /config/west.yml | |
| download | zmk-config-6285fb79bc62fb72d584bdd0c9dc3de4228bdb58.tar.gz zmk-config-6285fb79bc62fb72d584bdd0c9dc3de4228bdb58.zip | |
Initial User Config.
Diffstat (limited to 'config/west.yml')
| -rw-r--r-- | config/west.yml | 13 |
1 files changed, 13 insertions, 0 deletions
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 |