summaryrefslogtreecommitdiffstats
path: root/keyboards/preonic/rev1/rev1.c
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.
* [Keyboard] Add hand swap config matrix for preonic rev 3 (#7460)Martin Kauppinen2019-11-251-0/+11
| | | | | | * Add hand swap config matrix for preonic rev 3 * Refactor hand swap config matrix into revision source files
* [Keyboard] Use GPIO macros for E6 LED in Planck and Preonic default keymaps ↵fauxpark2019-10-201-2/+2
| | | | (#7098)
* adds support for preonic rev 3Jack Humbert2018-07-201-0/+25