zmk: refine build and setup script
This commit is contained in:
parent
de484e0f1e
commit
ae6070df25
2 changed files with 5 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ echo doing a clean build...
|
|||
cd app/
|
||||
west build -p -d build/left -b seeeduino_xiao_ble -- -DSHIELD=phiboard_left -DZMK_CONFIG="/workspaces/zmk-config"
|
||||
west build -p -d build/right -b seeeduino_xiao_ble -- -DSHIELD=phiboard_right -DZMK_CONFIG="/workspaces/zmk-config"
|
||||
echo == clean build completed ==
|
||||
echo future builds can be done with the --cached option
|
||||
)
|
||||
" > zmk/phiboard-build.sh
|
||||
chmod +x zmk/phiboard-build.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue