Moonlander firmware + helper scripts
This commit is contained in:
parent
05026dd004
commit
8a5517352c
8 changed files with 227 additions and 0 deletions
13
moonlander/bin/oryx-download.sh
Executable file
13
moonlander/bin/oryx-download.sh
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
URL=$1
|
||||
|
||||
mkdir -p /tmp/flash
|
||||
pushd /tmp/flash
|
||||
curl $URL -o firmware.zip
|
||||
unzip ./firmware.zip
|
||||
pushd ./zsa_moonlander_office-qwerty-german-developer-c_source
|
||||
cp -f ./* ~/dotfiles/moonlander/qmk_firmware/keyboards/zsa/moonlander/keymaps/main/
|
||||
popd
|
||||
popd
|
||||
rm -rf /tmp/flash
|
||||
Loading…
Add table
Add a link
Reference in a new issue