summaryrefslogtreecommitdiffstats
path: root/drivers/avr
Commit message (Collapse)AuthorAgeFilesLines
* Adds IS31FL3731 RGB Matrix Implementation (#2910)Jack Humbert2018-05-084-0/+786
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adds is31fl3731 rgb matrix implementation * fix build script for force pushes * allow bootloader size to be overwritten * adds planck light implementation * split led config into 2 arrays * idk * betterize register handling * update planck implementation * update planck * refine rgb interface * cleanup names, rgb matrix * start documentation * finish up docs * add effects list * clean-up merge * add RGB_MATRIX_SKIP_FRAMES * add support for at90usb1286 to bootloader options
* update to driver separationJack Humbert2017-09-151-17/+1
|
* fix implementation issues from SSD1306 clean up, added rotation (#1494)ishtob2017-07-122-8/+9
| | | | | | | | | | * moved OLED update task to keymap * fix splitting render display to keymap * Added rotation option for OLED, fixed splitting display render update to keymap * issues with attribute
* clean up ssd1306 implementationJack Humbert2017-07-112-160/+91
|
* update drivers to exclude lets_split includeJack Humbert2017-07-111-1/+0
|
* Start mvoing hardware drivers to /drivers/ (#1433)Jack Humbert2017-07-108-0/+1679
* start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional