aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/light_ws2812.c
Commit message (Collapse)AuthorAgeFilesLines
* Clarify the quantum license (#1042)skullydazed2017-03-281-1/+12
| | | | | | | | | | * 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
* Fix compile warnings in light_ws2812.cNikolaus Wittenstein2017-02-031-3/+3
| | | | | Fixes the warning "function declaration isn't a prototype" by explicitly making the parameter list void.
* rgb light through midiJack Humbert2016-11-171-2/+0
|
* animations, midi, etcJack Humbert2016-11-151-1/+0
|
* mostly workingJack Humbert2016-11-131-8/+13
|
* mergingJack Humbert2016-11-121-8/+12
|\
* | working with power limitJack Humbert2016-10-161-1/+136
|/
* updates rgblight implementation, makes non-timer stuff compatible with audioJack Humbert2016-07-071-8/+17
|
* Integrate WS2812 code into quantum coreYang Liu2016-01-241-0/+181