You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.0 KiB

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