mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 14:40:06 +00:00
Further updated ergodone readme.md (#1714)
* updated read.md file * added image to flash hex on ergodone * corrected image link * updated direct image link * image with larger text
This commit is contained in:
parent
4549dcd21f
commit
23ce0b43b6
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ See [build environment setup](https://docs.qmk.fm/build_environment_setup.html)
|
|||
|
||||
The ErgoDone uses an HID bootloader rather than the Teensy one, and requires a different way of flashing the firmware.
|
||||
|
||||
1. While plugging in the USB cable, hold the two right-most keys on the left half of the ErgoDone to enter FLASH mode.
|
||||
1. While plugging in the USB cable, hold the two right-most keys on the top row of the left half of the ErgoDone to enter FLASH mode and flash a hex file.
|
||||
![Ergodone Flash Mode](https://i.imgur.com/sNivAnr.jpg)
|
||||
2. Use the `hid_bootloader_cli` utlity from [TKG Toolkit](https://github.com/kairyu/tkg-toolkit):
|
||||
|
||||
hid_bootloader_cli -mmcu=atmega32u4 ergodox_ergodone_default
|
||||
|
|
Loading…
Reference in a new issue