aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/infinity/infinity.c
Commit message (Collapse)AuthorAgeFilesLines
* Emulate Ergodox EZ leds by LCD colorsFred Sundvik2017-04-091-4/+18
|
* CIE 1931 for the LCD backlightFred Sundvik2017-04-091-3/+26
|
* Always initialze the Infinity Ergodox backlightFred Sundvik2016-11-201-2/+4
| | | | | Otherwise it will stay lit. The set_led functionality is also disabled since it doesn't work properly for slaves.
* Add default swap configs for a couple of boards.Joe Wasson2016-08-201-0/+24
|
* Define weak matrix user function for Infinity ErgodoxFred Sundvik2016-07-291-0/+9
| | | | So that a few keyboards, which don't use them, links properly.
* Add empty led control functions to Infinity ErgodoxFred Sundvik2016-07-291-0/+30
| | | | So that most keymaps compiles and links
* Most ergodox keymaps compiles on InfinityFred Sundvik2016-07-291-2/+19
| | | | There are linker errors due to missing led funcitonality though
* Initial structure for Ergodox as subprojectsFred Sundvik2016-07-291-0/+76
Only the EZ default keymaps compiles at the moment though.