summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/infinity
AgeCommit message (Collapse)AuthorFilesLines
2016-11-20Always initialze the Infinity Ergodox backlightFred Sundvik2-26/+5
Otherwise it will stay lit. The set_led functionality is also disabled since it doesn't work properly for slaves.
2016-08-23Merge branch 'master' into makefile_overhaulFred Sundvik1-0/+24
2016-08-21Add default swap configs for a couple of boards.Joe Wasson1-0/+24
2016-08-20Split subproject make files into Makefile and rules.mkFred Sundvik2-76/+79
2016-07-29Small fix for infinity include guardFred Sundvik1-3/+3
2016-07-29Include the main Makefile before including Ergodox infinity driversFred Sundvik1-4/+4
2016-07-29Move Infinity Ergodox drivers to subproject, and fix makefileFred Sundvik14-2/+994
2016-07-29Remove the Infinity Ergodox default keymapFred Sundvik2-282/+0
2016-07-29Fix config.h include guardsFred Sundvik1-2/+2
2016-07-29Define weak matrix user function for Infinity ErgodoxFred Sundvik1-0/+9
So that a few keyboards, which don't use them, links properly.
2016-07-29Move some of the Ergodox config settings to sharedFred Sundvik1-13/+8
2016-07-29Add empty led control functions to Infinity ErgodoxFred Sundvik2-0/+96
So that most keymaps compiles and links
2016-07-29Most ergodox keymaps compiles on InfinityFred Sundvik17-1014/+42
There are linker errors due to missing led funcitonality though
2016-07-29Initial structure for Ergodox as subprojectsFred Sundvik27-0/+3437
Only the EZ default keymaps compiles at the moment though.