diff options
Diffstat (limited to 'layouts/community/ergodox/supercoder/readme.md')
-rw-r--r-- | layouts/community/ergodox/supercoder/readme.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/layouts/community/ergodox/supercoder/readme.md b/layouts/community/ergodox/supercoder/readme.md new file mode 100644 index 000000000..7f2c9ef69 --- /dev/null +++ b/layouts/community/ergodox/supercoder/readme.md | |||
@@ -0,0 +1,29 @@ | |||
1 | SuperCoder 2000 layout for the ErgoDox | ||
2 | ================================================== | ||
3 | |||
4 |  | ||
5 | |||
6 | Ever found yourself in need of entering binary codes rapidly? Ever wanted to use | ||
7 | all ten fingers to do so? Ever felt your SuperCoder 2000 too limiting, by only | ||
8 | having three buttons? We heard you! With this layout for the ErgoDox EZ, you | ||
9 | will be able to tap in binary at an unparalleled speed and accuracy! Efficiency | ||
10 | never seen before! | ||
11 | |||
12 | Behold the Ultimate SuperCoder 2000 layout! | ||
13 | |||
14 |  | ||
15 | |||
16 | ### To use it... | ||
17 | |||
18 | To use this piece of top quality engineering, you can either | ||
19 | [download the hex file][hex] we have prepared for you, or you can compile it on | ||
20 | your own: | ||
21 | |||
22 | [hex]: https://raw.githubusercontent.com/algernon/ergodox-supercoder/master/supercoder.hex | ||
23 | |||
24 | ``` | ||
25 | $ git clone https://github.com/qmk/qmk_firmware.git | ||
26 | $ cd qmk_firmware/keyboards/ergodox | ||
27 | $ git clone https://github.com/algernon/ergodox-supercoder.git keymaps/supercoder | ||
28 | $ make LAYOUT_ergodox=supercoder | ||
29 | ``` | ||