summaryrefslogtreecommitdiffstats
path: root/keyboards/alps64/led.c
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Alps64 Refactor (#6723)MechMerlin2019-09-141-34/+0
| | | | | | | | | | | | | | | | | | * get rid of custom matrix that is no longer being used * remove _kc LAYOUT * remove ifdefs and replace with pragma once * cleanup rules and use bootmagic lite * get rid of led.c * Update keyboards/alps64/alps64.c Co-Authored-By: Drashna Jaelre <drashna@live.com> * remove unneeded configurations
* Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert2016-06-211-0/+34
* fixes from tmk's repo * rename keyboard to keyboards