summaryrefslogtreecommitdiff
path: root/drivers/avr/ws2812.h
Commit message (Collapse)AuthorAge
* Reduce duplication for ARM/AVR ws2812 RGB Matrix driver (#7180)Joel Challis2019-10-29
| | | | | | * Reduce duplication for ARM/AVR ws2812 rgb_matrix driver * Reduce duplication for ARM/AVR ws2812 rgb_matrix driver - Fix setled_all use of r,g,b
* clang-format changesskullY2019-08-30
|
* Moving rgb typedefs into a single location (#5978)XScorpion22019-06-04
| | | | | Because someone named the define poorly Using full relative path as handwired/promethium has a color.h file
* Features/ws2812 matrix driver (#5418)XScorpion22019-04-14
| | | | | | * WS2812 driver implementation for RGB Matrix * Added driver configuration docs
* Remove all of the deprecated RGB definesDrashna Jaelre2018-10-22
| | | | Fixes #3641
* update to driver separationJack Humbert2017-09-15
|
* Start mvoing hardware drivers to /drivers/ (#1433)Jack Humbert2017-07-10
* start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional