summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_infinity/ergodox_infinity.c
Commit message (Collapse)AuthorAgeFilesLines
* Use the new ST7565 driver on Ergodox Infinity (#13165)Joakim Tufvegren2021-07-071-4/+72
|
* Migrate keyboards using uGFX to LED_MATRIX (#9657)Joakim Tufvegren2021-06-101-62/+240
|
* Make Swap Hands use PROGMEM (#12284)Drashna Jaelre2021-05-091-1/+1
| | | | | | This converts the array that the Swap Hands feature uses to use PROGMEM, and to read from that array, as such. Since this array never changes at runtime, there is no reason to keep it in memory. Especially for AVR boards, as memory is a precious resource.
* Normalise include statements in keyboard code (#11185)Ryan2020-12-161-2/+2
|
* [Keyboard] Make WPM sync between halves on Ergodox Infinity (#9526)Joakim Tufvegren2020-09-191-28/+57
| | | | | * Make WPM able to sync between keyboard halves on Ergodox Infinity. * Fix mixed indentation in ergodox_infinity.c.
* Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistencyJoe Wasson2018-03-161-1/+1
|
* Don't process keycodes on the slaveFred Sundvik2017-09-301-0/+4
|
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-231-0/+195
* 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