Skip to content

Instantly share code, notes, and snippets.

@haruhi-s
Created September 8, 2018 07:27
Show Gist options
  • Save haruhi-s/ce6708fa1ff25cf4bad8ce15f016d479 to your computer and use it in GitHub Desktop.
Save haruhi-s/ce6708fa1ff25cf4bad8ce15f016d479 to your computer and use it in GitHub Desktop.
two flash scripts for my hhkb
sleep 5; ./dfu-programmer.exe atmega32u4 erase --force && ./dfu-programmer.exe atmega32u4 flash hhkbG_rn42.hex && ./dfu-programmer.exe atmega32u4 reset
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