aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/light_ws2812.c
AgeCommit message (Collapse)Author
2017-03-28Clarify the quantum license (#1042)Gravatar skullydazed
* Clarify the license for files we have signoff on * Update against the currently signed off files * Remove unused and not clearly licensed headers * Replace an #endif I accidentally removed while resolving merge conflicts
2017-02-03Fix compile warnings in light_ws2812.cGravatar Nikolaus Wittenstein
Fixes the warning "function declaration isn't a prototype" by explicitly making the parameter list void.
2016-11-17rgb light through midiGravatar Jack Humbert
2016-11-15animations, midi, etcGravatar Jack Humbert
2016-11-13mostly workingGravatar Jack Humbert
2016-11-12mergingGravatar Jack Humbert
2016-10-16working with power limitGravatar Jack Humbert
2016-07-07updates rgblight implementation, makes non-timer stuff compatible with audioGravatar Jack Humbert
2016-01-24Integrate WS2812 code into quantum coreGravatar Yang Liu