summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_infinity/matrix.c
Commit message (Collapse)AuthorAgeFilesLines
* Switch Ergodox Infinity over to split_common (#13481)Joakim Tufvegren2021-07-191-172/+0
|
* Migrate keyboards using uGFX to LED_MATRIX (#9657)Joakim Tufvegren2021-06-101-15/+3
|
* Normalise include statements in keyboard code (#11185)Ryan2020-12-161-1/+1
|
* Ergodox Infinity: Add EE_HANDS support. (#9527)Joakim Tufvegren2020-10-111-2/+13
| | | Including a guide to set these EEPROM values (in the readme).
* Ergodox Infinity: Swapped Row and Column in comments (#4247)gromwalh2018-10-261-2/+2
| | | When comparing the pins in this file to the Ergodox Infinity schematic, it seems that the first section is describing the rows and the second section is describing the columns.
* Fix call to memset for various keyboardsKaleb Elwert2018-01-121-2/+2
|
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-231-0/+173
* 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