aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox
AgeCommit message (Collapse)Author
2016-07-30Update some obsolete referencesGravatar Gergely Nagy
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-29Small fix for infinity include guardGravatar Fred Sundvik
2016-07-29Fix typo in the readme.Gravatar Fred Sundvik
2016-07-29A couple of more Ergodox readme fixesGravatar Fred Sundvik
2016-07-29Unify the ErgoDox EZ and Infinity documentationGravatar Fred Sundvik
2016-07-29Refer to the right path in the readmeGravatar Fred Sundvik
2016-07-29Move Ergodox readme from ez subfolder to parentGravatar Fred Sundvik
2016-07-29Include the main Makefile before including Ergodox infinity driversGravatar Fred Sundvik
2016-07-29Move Infinity Ergodox drivers to subproject, and fix makefileGravatar Fred Sundvik
2016-07-29Remove the Infinity Ergodox default keymapGravatar Fred Sundvik
2016-07-29Cleanup the townk_osx config.h and make filesGravatar Fred Sundvik
2016-07-29Rename supercoder config_user to config.hGravatar Fred Sundvik
Also fixup the include path of parent config
2016-07-29Fix config.h include guardsGravatar Fred Sundvik
2016-07-29Define weak matrix user function for Infinity ErgodoxGravatar Fred Sundvik
So that a few keyboards, which don't use them, links properly.
2016-07-29Change _delay_ms to wait_ms in algernon keymapGravatar Fred Sundvik
2016-07-29Move some of the Ergodox config settings to sharedGravatar Fred Sundvik
2016-07-29Add empty led control functions to Infinity ErgodoxGravatar Fred Sundvik
So that most keymaps compiles and links
2016-07-29Most ergodox keymaps compiles on InfinityGravatar Fred Sundvik
There are linker errors due to missing led funcitonality though
2016-07-29All Ez keymaps compilesGravatar Fred Sundvik
2016-07-29Initial structure for Ergodox as subprojectsGravatar Fred Sundvik
Only the EZ default keymaps compiles at the moment though.