summaryrefslogtreecommitdiffstats
path: root/keyboards/ergoslab/rev1
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Remove `DESCRIPTION`, E-G (#11574)Ryan2021-01-181-1/+0
|
* Fix 'Makefile:560: keyboards/<keyboard>/rev1/rules.mk: No such file or ↵Joel Challis2020-01-301-0/+3
| | | | directory' (#8042)
* [Keyboard] add initial ergoslab directory (#7730)Tom Saleeba2020-01-023-0/+113
* feat: add initial ergoslab directory * fix: address all comments from noroadsleft * fix: address comment from drashna * feat: add swap hands config to ergoslab * chore: change ergoslab image to real photo * re