*fixes
This commit is contained in:
3
build.sh
3
build.sh
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user