summaryrefslogtreecommitdiff
path: root/keyboards/phantom/led.c
AgeCommit message (Collapse)Author
2017-06-23Move Phantom LED handling to phantom.cMathias Andersson
This is more in line with the structure provided by the keyboard template.
2016-07-08Fix a function mismatch that was causing LEDs to not properly initializeTerryMathews
See #430. Name of function being called at init was updated to led_init_ports(), but the call itself wasn't renamed.
2016-06-21Renames keyboard folder to keyboards, adds couple of tmk's fixes (#432)Jack Humbert
* fixes from tmk's repo * rename keyboard to keyboards