summaryrefslogtreecommitdiffstats
path: root/keyboards/lfkeyboards/lfk78/revc
Commit message (Collapse)AuthorAgeFilesLines
* Remove .noci functionality (#19122)Joel Challis2022-11-211-0/+0
|
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|
* Move keyboard USB IDs and strings to data driven: L (#17849)Ryan2022-08-021-1/+7
|
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-2/+0
|
* Initial list of keyboards to exclude from CI (#11213)Zach White2020-12-211-0/+0
|
* [Keyboard] LFK78 refactor (#7835)Ryan2020-03-034-0/+491
* Change include guards to pragma once * Clean up default keymaps * Remove some magic numbers and use GPIO macros * Clean up keyboard.[ch] * Tidy up info.json and readme * Align config.h with template * Split up revision code into subfolders * rev C-H has no audio, apparently * Change revc_h to revc and document differences * Turn off Audio on revb for now, for Travis' sake * Split info.json into revision folders * Clean up default keymaps some more