mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 11:09:10 +00:00
4 lines
129 B
Bash
Executable file
4 lines
129 B
Bash
Executable file
#!/bin/sh
|
|
|
|
sleep 10
|
|
avrdude -p m32u4 -P /dev/ttyACM0 -c avr109 -U flash:w:../../../../../.build/handwired_promethium_priyadi.hex
|