scripts: add a way to flash my ergodox-ez firmware

This commit is contained in:
2024-07-02 12:18:58 +00:00
parent d9a03ee64a
commit 58f89aadf3

4
scripts/flash-ergodox Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p wally-cli
fw=$(nix-build -A qmkPackages.ergodox_ez_glow_sane)
wally-cli "$fw/share/qmk/ergodox_ez_glow_sane.hex"