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