mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-01-25 03:42:28 +00:00
5 lines
129 B
Bash
5 lines
129 B
Bash
#!/bin/sh
|
|
|
|
sleep 10
|
|
avrdude -p m32u4 -P /dev/ttyACM0 -c avr109 -U flash:w:../../../../../.build/handwired_promethium_priyadi.hex
|