summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/infinity/infinity.c
AgeCommit message (Collapse)AuthorFilesLines
2017-04-09Emulate Ergodox EZ leds by LCD colorsFred Sundvik1-4/+18
2017-04-09CIE 1931 for the LCD backlightFred Sundvik1-3/+26
2016-11-20Always initialze the Infinity Ergodox backlightFred Sundvik1-2/+4
Otherwise it will stay lit. The set_led functionality is also disabled since it doesn't work properly for slaves.
2016-08-21Add default swap configs for a couple of boards.Joe Wasson1-0/+24
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-29Add empty led control functions to Infinity ErgodoxFred Sundvik1-0/+30
So that most keymaps compiles and links
2016-07-29Most ergodox keymaps compiles on InfinityFred Sundvik1-2/+19
There are linker errors due to missing led funcitonality though
2016-07-29Initial structure for Ergodox as subprojectsFred Sundvik1-0/+76
Only the EZ default keymaps compiles at the moment though.