Created
September 8, 2018 07:27
-
-
Save haruhi-s/ce6708fa1ff25cf4bad8ce15f016d479 to your computer and use it in GitHub Desktop.
two flash scripts for my hhkb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sleep 5; ./dfu-programmer.exe atmega32u4 erase --force && ./dfu-programmer.exe atmega32u4 flash hhkbG_rn42.hex && ./dfu-programmer.exe atmega32u4 reset |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sleep 5; ./dfu-programmer.exe atmega32u4 erase --force && ./dfu-programmer.exe atmega32u4 flash hhkbR_rn42.hex && ./dfu-programmer.exe atmega32u4 reset |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment