imchipwood / dumbpad

Simple 4x4 numpad with rotary encoder. Powered by QMK via ATmega32u4 Pro Micro
GNU General Public License v2.0
373 stars 57 forks source link

Flash mode #4

Closed shaye1444 closed 3 years ago

shaye1444 commented 3 years ago

How would one go into flash mode to change firmware?

breakawayt commented 3 years ago

How would one go into flash mode to change firmware?

Two methods that i've discovered:

  1. Double-press the switch button (top of rotary encoder, if you've got this soldered)
  2. Hold down rotary encoder pushbutton while plugging in to enter bootloader (according to config.h) image
imchipwood commented 3 years ago

If you're simply looking to flash, you only have to press the reset button once. This resets the Arduino and will temporarily enter the bootloader during the normal boot sequence - if your computer is currently attempting to flash the board, it will detect this and flashing will begin. Double pressing the reset button will enter the bootloader for 8 seconds.

These methods will work if you've already flashed the Arduino with QMK once: