From a799808eb756bfea1b714dab26b1ea59929f5aa1 Mon Sep 17 00:00:00 2001 From: urob <978080+urob@users.noreply.github.com> Date: Wed, 14 Aug 2024 00:41:36 -0400 Subject: [PATCH] Fix west-commands path --- config/west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/west.yml b/config/west.yml index 7da9f40..8b5d3ea 100644 --- a/config/west.yml +++ b/config/west.yml @@ -53,7 +53,7 @@ manifest: # add Zephyr under the /zmk namespace and set a path other than 'zephyr'. - name: zmk revision: going-modular - west-commands: scripts/west-commands.yml + west-commands: app/scripts/west-commands.yml - name: zephyr remote: upstream revision: v3.5.0+zmk-fixes