X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fergodone%2Freadme.md;h=207df789a6aa8b371e8de8096ff519e575fd03ee;hb=137456e5b1fa5d8bc88e6775a496013dec530037;hp=468f0605a6fa10c8e1de105054ff3713f7173e56;hpb=7da585917b44d51e53482445437fb0bd54209b2a;p=qmk_firmware.git diff --git a/keyboards/ergodone/readme.md b/keyboards/ergodone/readme.md index 468f0605a..207df789a 100644 --- a/keyboards/ergodone/readme.md +++ b/keyboards/ergodone/readme.md @@ -1,26 +1,33 @@ ErgoDone -=== +======== ![ErgoDone](https://i.imgur.com/QERsQGQ.jpg) -ErgoDone is a modified ErgoDox with pre-soldered components made by K.T.E.C. It has different wiring and uses a Pro Micro instead of Teensy. +The ErgoDone is a modified version of the ErgoDox, made by K.T.E.C., with pre-soldered components. It has different wiring and uses a SparkFun Pro Micro instead of Teensy. - - Keyboard Maintainer: [Yu He](http://github.com/yuhe00) - - Hardware Supported: - - ErgoDone ver. 1.3 (tested) - - Hardware Availability: [KBDFans](https://kbdfans.myshopify.com/collections/pcb/products/ergodone-keyboard-pcb-1pcs-free-shipping?variant=37178300237) +- Keyboard maintainer: [Yu He](http://github.com/yuhe00) +- Hardware supported: + - ErgoDone v1.3 (tested) +- Hardware availability: + - [AliExpress](https://www.aliexpress.com/store/product/ergodone-Custom-Mechanical-Keyboard-TKG-TOOLS-PCB-programmed-Ergonomic-Keyboard-Kit-similar-with-infinity-ergodox/3034003_32830050940.html) + - [KBDfans](https://kbdfans.myshopify.com/collections/pcb/products/ergodone-keyboard-pcb-1pcs-free-shipping) -Make example for this keyboard (after setting up your build environment): +# Building the firmware - make ergodone-default +[Install the build tools.](https://docs.qmk.fm/getting_started_build_tools.html) -See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information. +In the root directory of the repository, build the firmware with a command like: -# Flashing the keyboard + make ergodone:default -The ErgoDone uses an HID bootloader rather than the Teensy one, and requires a different way of flashing the firmware. +For more information on the layout option and other ones, see the [`make` guide](https://docs.qmk.fm/getting_started_make_guide.html). -1. While plugging in the USB cable, hold the two right-most keys on the left half of the ErgoDone to enter FLASH mode. -2. Use the `hid_bootloader_cli` utlity from [TKG Toolkit](https://github.com/kairyu/tkg-toolkit): - - hid_bootloader_cli -mmcu=atmega32u4 ergodox_ergodone_default +# Flashing the firmware onto the keyboard + +The ErgoDone uses a customized HID bootloader rather than the Teensy one. It doesn't need an OS driver, and the required actions before flashing are a little different than with an ErgoDox. + +1. To enter flash mode, disconnect the keyboard first. Then, on the left-hand device, in the top row, press and hold the two rightmost keys while reconnecting the keyboard. +![Ergodone Flash Mode](https://i.imgur.com/sNivAnr.jpg) +2. To flash the .hex file, use the `hid_bootloader_cli` utlity from the [TKG Toolkit](https://github.com/kairyu/tkg-toolkit) (as of 2017-10-03, only [this old version](https://github.com/kairyu/tkg-toolkit/blob/b14c67ca8bc84c07e5fc6b2e01ae4002b808243a/windows/bin/hid_bootloader_cli.exe) works under Windows): + + hid_bootloader_cli -mmcu=atmega32u4 ergodone_default.hex