This commit is contained in:
alko
2026-05-24 11:13:36 +05:00
parent 2a580a88a1
commit 914d316311
5 changed files with 30 additions and 20 deletions

View File

@@ -2,6 +2,7 @@
# Keyboard name
KEYBOARD="cornedeon54"
BOARD="nice_nano"
# Paths
CONFIG_DIR="/workspaces/zmk/zmk-${KEYBOARD}/config"
@@ -18,7 +19,7 @@ SHIELD="${KEYBOARD}_$1"
echo "=== Build: ${SHIELD} ==="
west build -s app -p -b nice_nano -S studio-rpc-usb-uart -- \
west build -s app -p -b ${BOARD} -S studio-rpc-usb-uart -- \
-DSHIELD="$SHIELD" \
-DZMK_CONFIG="$CONFIG_DIR" \
-DZMK_EXTRA_MODULES="$MODULES_DIR" \