Skip to content

Instantly share code, notes, and snippets.

@alexanderstephan
Created November 20, 2018 20:04
Show Gist options
  • Save alexanderstephan/655e9fc4ab07f268af271c4084c19fef to your computer and use it in GitHub Desktop.
Save alexanderstephan/655e9fc4ab07f268af271c4084c19fef to your computer and use it in GitHub Desktop.
flashing a gh60
#!
echo "Put yr keyboard in boot mode!"
echo "erasing in 10 seconds"
sleep 10
echo "erasing..."
dfu-programmer atmega32u4 erase --suppress-validation
echo "flashing in 10 seconds"
sleep 10
echo "flashing..."
dfu-programmer atmega32u4 flash gh60.hex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment