summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/keymaps/supercoder/readme.md
Commit message (Collapse)AuthorAgeFilesLines
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-231-29/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* remove .hex, .PNG, .jpgJack Humbert2017-06-111-1/+1
|
* remove the rest of the .pngsJack Humbert2017-06-111-1/+1
|
* replace jackhumbert with qmkJack Humbert2017-01-261-1/+1
|
* Update some obsolete referencesGergely Nagy2016-07-301-1/+1
| | | | | | | | | | | 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>
* Initial structure for Ergodox as subprojectsFred Sundvik2016-07-291-0/+29
Only the EZ default keymaps compiles at the moment though.