qmk_firmware/keyboards/ergodox/keymaps/supercoder/readme.md
Gergely Nagy 8a9bf1f165 Update some obsolete references
Some links were still pointing to `/keyboards/ergodox_ez`, while the
directory is `/keyboards/erdogox` now.

Not all references have been updated, and some of the text here and
there may need updating to mention the ErgoDox Infinity too, but that's
out of the scope for this quick fix.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2016-07-30 08:37:30 +02:00

30 lines
1.0 KiB
Markdown

SuperCoder 2000 layout for the ErgoDox
==================================================
![SuperCoder 2000](images/supercoder_2000.jpg)
Ever found yourself in need of entering binary codes rapidly? Ever wanted to use
all ten fingers to do so? Ever felt your SuperCoder 2000 too limiting, by only
having three buttons? We heard you! With this layout for the ErgoDox EZ, you
will be able to tap in binary at an unparalleled speed and accuracy! Efficiency
never seen before!
Behold the Ultimate SuperCoder 2000 layout!
![SuperCoder layout](images/layout.png)
### To use it...
To use this piece of top quality engineering, you can either
[download the hex file][hex] we have prepared for you, or you can compile it on
your own:
[hex]: https://raw.githubusercontent.com/algernon/ergodox-supercoder/master/supercoder.hex
```
$ git clone https://github.com/jackhumbert/qmk_firmware.git
$ cd qmk_firmware/keyboards/ergodox
$ git clone https://github.com/algernon/ergodox-supercoder.git keymaps/supercoder
$ make KEYMAP=supercoder
```