diff --git a/app/west.yml b/app/west.yml index 7657fdef..e1febc12 100644 --- a/app/west.yml +++ b/app/west.yml @@ -10,6 +10,7 @@ manifest: - name: zephyr remote: petejohanson revision: zmk-v2.3.0-with-fixes + clone-depth: 1 import: # TODO: Rename once upstream offers option like `exclude` or `denylist` name-blacklist: @@ -36,5 +37,6 @@ manifest: - name: uf2 remote: microsoft path: tools/uf2 + clone-depth: 1 self: west-commands: scripts/west-commands.yml \ No newline at end of file