Moonlander firmware + helper scripts

This commit is contained in:
Aleksandr Lebedev 2026-03-01 22:08:14 +01:00
parent 05026dd004
commit 8a5517352c
8 changed files with 227 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#!/usr/bin/env sh
OLDPATH=$PATH
export PATH="$HOME/.local/bin:$OLDPATH"
qmk compile -kb zsa/moonlander/revb -km main
qmk flash -kb zsa/moonlander/revb -km main
export PATH=$OLDPATH
unset OLDPATH