zmk: add build script
This commit is contained in:
parent
ce896aa0c8
commit
6d4a3542f0
1 changed files with 10 additions and 0 deletions
10
firmware/build.sh
Executable file
10
firmware/build.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#! /usr/bin/env bash
|
||||
|
||||
if [ "$1" == "--cached" ]; then
|
||||
devcontainer exec --workspace-folder ./zmk /bin/bash phiboard-build-cached.sh
|
||||
else
|
||||
devcontainer exec --workspace-folder ./zmk /bin/bash phiboard-build.sh
|
||||
fi
|
||||
|
||||
cp zmk/app/build/left/zephyr/zmk.uf2 left.uf2
|
||||
cp zmk/app/build/right/zephyr/zmk.uf2 right.uf2
|
||||
Loading…
Add table
Add a link
Reference in a new issue