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-05-14 | Add support for Swap Hands feature to Orthodox and Iris (#2933) | Drashna Jaelre | |
* Add support for Swap Hands feature to Orthodox and Iris * Fix hag's iris keymap to use LAYOUT properly * Fix Swedish's Iris Keymap * Fix Drashna's Orthodox keymaps, because he's an idiot | |||
2018-03-16 | Add teensy revision folder for Orthodox Rev3 (#2510) | Drashna Jaelre | |
* Add Rev3 Teensy for Orthodox * MOve bootloader defines into revision folders * Finishing touches |