diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-08-23 22:29:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-23 22:29:07 -0400 |
commit | d2ff66a985b938e87fffe55c1d9f1dc55e356f91 (patch) | |
tree | 561b3e203033849573a17f5ac6248077ab687676 /keyboards/ergodone/readme.md | |
parent | 7260fc3eef98fb7b0e2ed24d3d0d14cf2e613000 (diff) |
Creates a layouts/ folder for keymaps shared between keyboards (#1609)
* include variables and .h files as pp directives
* start layout compilation
* split ergodoxes up
* don't compile all layouts for everything
* might seg fault
* reset layouts variable
* actually reset layouts
* include rules.mk instead
* remove includes from rules.mk
* update variable setting
* load visualizer from path
* adds some more examples
* adds more layouts
* more boards added
* more boards added
* adds documentation for layouts
* use lowercase names for LAYOUT_
* add layout.json files for each layout
* add community folder, default keymaps for layouts
* touch-up default layouts
* touch-up layouts, some keyboard rules.mk
* update documentation for layouts
* fix up serial/i2c switches
Diffstat (limited to 'keyboards/ergodone/readme.md')
-rw-r--r-- | keyboards/ergodone/readme.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/ergodone/readme.md b/keyboards/ergodone/readme.md new file mode 100644 index 0000000000..789819e67a --- /dev/null +++ b/keyboards/ergodone/readme.md @@ -0,0 +1,26 @@ +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. + + - 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) + +Make example for this keyboard (after setting up your build environment): + + make ergodox-ergodone-default + +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. + +# Flashing the keyboard + +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. +2. Use the `hid_bootloader_cli` utlity from [TKG Toolkit](https://github.com/kairyu/tkg-toolkit): + + hid_bootloader_cli -mmcu=atmega32u4 ergodox_ergodone_default |