mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-24 09:27:36 +06:00
5 lines
129 B
Bash
Executable File
5 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
|