summaryrefslogtreecommitdiff
path: root/keyboards/ergodox/infinity/infinity.c
AgeCommit message (Collapse)Author
2017-08-23Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert
* 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
2017-04-09Emulate Ergodox EZ leds by LCD colorsFred Sundvik
2017-04-09CIE 1931 for the LCD backlightFred Sundvik
2016-11-20Always initialze the Infinity Ergodox backlightFred Sundvik
Otherwise it will stay lit. The set_led functionality is also disabled since it doesn't work properly for slaves.
2016-08-20Add default swap configs for a couple of boards.Joe Wasson
2016-07-29Define weak matrix user function for Infinity ErgodoxFred Sundvik
So that a few keyboards, which don't use them, links properly.
2016-07-29Add empty led control functions to Infinity ErgodoxFred Sundvik
So that most keymaps compiles and links
2016-07-29Most ergodox keymaps compiles on InfinityFred Sundvik
There are linker errors due to missing led funcitonality though
2016-07-29Initial structure for Ergodox as subprojectsFred Sundvik
Only the EZ default keymaps compiles at the moment though.