summaryrefslogtreecommitdiff
path: root/keyboards/preonic/rev1/rev1.c
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.
2019-11-25[Keyboard] Add hand swap config matrix for preonic rev 3 (#7460)Martin Kauppinen
* Add hand swap config matrix for preonic rev 3 * Refactor hand swap config matrix into revision source files
2019-10-20[Keyboard] Use GPIO macros for E6 LED in Planck and Preonic default keymaps ↵fauxpark
(#7098)
2018-07-20adds support for preonic rev 3Jack Humbert