From 8e1058154bfe00a14554517b371e32a9fa8af0c5 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 25 Feb 2025 18:12:48 -0500 Subject: [PATCH] updated justfile --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index dbe90ef..d779afc 100644 --- a/Justfile +++ b/Justfile @@ -49,7 +49,7 @@ _build_single $board $shield $snippet *west_args: echo "Building firmware for $artifact..." west build -s zmk/app -d "$build_dir" -b $board {{ west_args }} ${snippet:+-S "$snippet"} -- \ - -DZMK_CONFIG="{{ config }}" ${shield:+-DSHIELD="$shield"} + -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DZMK_CONFIG="{{ config }}" ${shield:+-DSHIELD="$shield"} if [[ -f "$build_dir/zephyr/zmk.uf2" ]]; then mkdir -p "{{ out }}" && cp "$build_dir/zephyr/zmk.uf2" "{{ out }}/$artifact.uf2"