summaryrefslogtreecommitdiff
path: root/keyboards/ergoslab
AgeCommit message (Collapse)Author
2021-05-09Make Swap Hands use PROGMEM (#12284)Drashna Jaelre
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.
2021-01-18Remove `DESCRIPTION`, E-G (#11574)Ryan
2020-12-21Initial list of keyboards to exclude from CI (#11213)Zach White
2020-01-30Fix 'Makefile:560: keyboards/<keyboard>/rev1/rules.mk: No such file or ↵Joel Challis
directory' (#8042)
2020-01-02[Keyboard] add initial ergoslab directory (#7730)Tom Saleeba
* 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