aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ergodone
diff options
context:
space:
mode:
authormarcostrauss <marco_strauss_@t-online.de>2017-10-03 18:43:18 +0200
committerJack Humbert <jack.humb@gmail.com>2017-10-10 07:12:37 -1000
commit01ac8a6051be2f99ef4bba3515e08dd0cd298439 (patch)
tree97c2cced548008a085ae597b7f85de18f84b48c9 /keyboards/ergodone
parentf88f042c04e37997ef0a02d8d68a0266c5865078 (diff)
downloadqmk_firmware-01ac8a6051be2f99ef4bba3515e08dd0cd298439.tar.gz
qmk_firmware-01ac8a6051be2f99ef4bba3515e08dd0cd298439.zip
ErgoDone keyboard: Improved structure of readme and augmented it with important information. Updated links to moved content.
Diffstat (limited to 'keyboards/ergodone')
-rw-r--r--keyboards/ergodone/readme.md34
1 files changed, 20 insertions, 14 deletions
diff --git a/keyboards/ergodone/readme.md b/keyboards/ergodone/readme.md
index 9d7057a39..8e3123f4f 100644
--- a/keyboards/ergodone/readme.md
+++ b/keyboards/ergodone/readme.md
@@ -1,27 +1,33 @@
1ErgoDone 1ErgoDone
2=== 2========
3 3
4![ErgoDone](https://i.imgur.com/QERsQGQ.jpg) 4![ErgoDone](https://i.imgur.com/QERsQGQ.jpg)
5 5
6ErgoDone 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. 6The 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.
7 7
8 - Keyboard Maintainer: [Yu He](http://github.com/yuhe00) 8- Keyboard maintainer: [Yu He](http://github.com/yuhe00)
9 - Hardware Supported: 9- Hardware supported:
10 - ErgoDone ver. 1.3 (tested) 10 - ErgoDone v1.3 (tested)
11 - Hardware Availability: [KBDFans](https://kbdfans.myshopify.com/collections/pcb/products/ergodone-keyboard-pcb-1pcs-free-shipping?variant=37178300237) 11- Hardware availability:
12 - [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)
13 - [KBDfans](https://kbdfans.myshopify.com/collections/pcb/products/ergodone-keyboard-pcb-1pcs-free-shipping)
12 14
13Make example for this keyboard (after setting up your build environment): 15# Building the firmware
16
17[Install the build tools.](https://docs.qmk.fm/getting_started_build_tools.html)
18
19In the root directory of the repository, build the firmware with a command like:
14 20
15 make ergodone-default 21 make ergodone-default
16 22
17See [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. 23For more information on the layout option and other ones, see the [`make` guide](https://docs.qmk.fm/getting_started_make_guide.html).
18 24
19# Flashing the keyboard 25# Flashing the firmware onto the keyboard
20 26
21The ErgoDone uses an HID bootloader rather than the Teensy one, and requires a different way of flashing the firmware. 27The 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.
22 28
231. 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. 291. 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.
24![Ergodone Flash Mode](https://i.imgur.com/sNivAnr.jpg) 30![Ergodone Flash Mode](https://i.imgur.com/sNivAnr.jpg)
252. Use the `hid_bootloader_cli` utlity from [TKG Toolkit](https://github.com/kairyu/tkg-toolkit): 312. 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):
26 32
27 hid_bootloader_cli -mmcu=atmega32u4 ergodox_ergodone_default 33 hid_bootloader_cli -mmcu=atmega32u4 ergodone_default.hex