summaryrefslogtreecommitdiff
path: root/quantum/light_ws2812.c
AgeCommit message (Collapse)Author
2017-07-10Start mvoing hardware drivers to /drivers/ (#1433)Jack Humbert
* start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional
2017-03-28Clarify the quantum license (#1042)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.cNikolaus Wittenstein
Fixes the warning "function declaration isn't a prototype" by explicitly making the parameter list void.
2016-11-17rgb light through midiJack Humbert
2016-11-15animations, midi, etcJack Humbert
2016-11-13mostly workingJack Humbert
2016-11-12mergingJack Humbert
2016-10-16working with power limitJack Humbert
2016-07-07updates rgblight implementation, makes non-timer stuff compatible with audioJack Humbert
2016-01-24Integrate WS2812 code into quantum coreYang Liu