aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/phantom/led.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a function mismatch that was causing LEDs to not properly initializeTerryMathews2016-07-081-1/+1
| | | | | See #430. Name of function being called at init was updated to led_init_ports(), but the call itself wasn't renamed.
* Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert2016-06-211-0/+43
* fixes from tmk's repo * rename keyboard to keyboards