summaryrefslogtreecommitdiff
path: root/keyboards/sirius/uni660/rev1
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-03-24Fix Uni660 linker errors (#12341)Ryan
2021-02-06Remove legacy print backward compatiblitly (#11805)Joel Challis
* Remove legacy print backward compatiblitly * Remove legacy print backward compatiblitly - core * revert comment changes
2021-02-06Serial refactor (#11521)Ryan
2021-01-22Move Backslash/ISO Hash key to home row for Uni660 rev2 ISO (#11657)James Young
* Move Backslash/ISO Hash key to home row for Uni660 rev2 ISO * update readme formatting
2021-01-14Uni660 refactor (#11526)Ryan
2020-12-21Initial list of keyboards to exclude from CI (#11213)Zach White
2020-06-22Fix info.json for Uni660 (#9489)Ryan
2020-04-14uni660rev2 addedDaniel Klein