Backlight abstraction and other changes (#439)
* redoes matrix pins, abstracts backlight code for B5,6,7 * slimming down keyboard stuff, backlight breathing implemented * don't call backlight init when no pin * cleans up user/kb/quantum calls, keyboard files * fix pvc atomic * replaces CHANNEL with correct var in breathing * removes .hexs, updates readmes, updates template * cleans-up clueboards, readmes to lowercase * updates readme
This commit is contained in:
29
keyboards/ergodox_ez/keymaps/supercoder/readme.md
Normal file
29
keyboards/ergodox_ez/keymaps/supercoder/readme.md
Normal file
@@ -0,0 +1,29 @@
|
||||
SuperCoder 2000 layout for the ErgoDox
|
||||
==================================================
|
||||
|
||||

|
||||
|
||||
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!
|
||||
|
||||

|
||||
|
||||
### 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_ez
|
||||
$ git clone https://github.com/algernon/ergodox-supercoder.git keymaps/supercoder
|
||||
$ make KEYMAP=supercoder
|
||||
```
|
||||
Reference in New Issue
Block a user