This website requires JavaScript.
Explore
Help
Sign In
vin
/
qmk_firmware
Watch
1
Fork
0
You've already forked qmk_firmware
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8a2ce30e7f
qmk_firmware
/
flash.sh
4 lines
96 B
Bash
Raw
Normal View
History
Unescape
Escape
add flashing script dfu-programmer and my initial attempt at using avrdude failed on OpenBSD due to some timing issues.
2024-01-15 15:18:03 -05:00
#!/bin/sh
[
-z
"
$1
"
]
&&
exit
1
update warframe layer again
2024-05-03 15:27:42 -04:00
avrdude -p atmega32u4 -P /dev/ttyACM0 -c avr109 -U flash:w:
"
$1
"
Reference in New Issue
Copy Permalink