Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-09 | Make 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. | |||
2018-11-12 | Keyboard: Initial 25 port (#4394) | zvecr | |
* Initial 25 port * Initial 25 port - fix info.json and hand_swap_config * Review comments - fix layout macros, copyright comments, and duplicated use of layering macros |