summaryrefslogtreecommitdiffstats
path: root/drivers/avr
AgeCommit message (Expand)AuthorFilesLines
2019-05-01Fixing incorrect usage of RGBLED_NUM in ws2812 driver when used with RGB Matr...XScorpion21-1/+1
2019-04-20OLED Driver FeatureRyan Caltabiano2-5/+5
2019-04-15Features/ws2812 matrix driver (#5418)XScorpion22-1/+29
2019-04-07i2c_init update to work with atmega32a boards (#5562)MechMerlin1-0/+12
2019-03-15Fix return value of i2c_readReg and i2c_receive (#5410)zvecr1-2/+2
2019-03-12Next set of split_common changes (#4974)James Churchill3-95/+69
2019-02-15Added APA102 support (#4940)Mikkel Jeppesen2-0/+147
2019-01-29Practice60 RGB and PWM Backlight (#4929)Andrew Kannan1-2/+2
2019-01-22Rename i2c_slave functions so it can coexist with i2c_master (#4875)James Churchill2-20/+18
2019-01-10Adds support for JacoBurge's TouchPad (#4186)Jack Humbert1-1/+4
2018-10-22Remove all of the deprecated RGB definesDrashna Jaelre1-3/+0
2018-10-09DC01 updates and I2C avr speed overwrite (#4088)yiancar1-0/+2
2018-08-15Rgb matrix arm (#3648)yiancar2-476/+0
2018-07-18DC01 keyboard addition (#3428)yiancar4-142/+114
2018-07-15Integrating Peter Fleury's HD44780 LCD library (#3209)Max Audron2-0/+963
2018-07-15Add I2C slave libraryyiancar2-0/+119
2018-06-23remove comment codeJack Humbert1-1/+0
2018-06-23adds immediate i2c return, fixes ez matrix codeJack Humbert2-6/+9
2018-06-23refactor, non-workingJack Humbert4-108/+147
2018-06-20start updating i2c for timeoutsJack Humbert2-71/+46
2018-06-13adds timeout to avr i2cJack Humbert4-42/+115
2018-06-12revert some attempts, update i2cJack Humbert1-1/+1
2018-05-16i2c fixJack Humbert2-21/+28
2018-05-14Rgb matrix fixes, I2C library can now retry if it has failed (#2943)yiancar5-339/+182
2018-05-08Adds IS31FL3731 RGB Matrix Implementation (#2910)Jack Humbert4-0/+786
2017-09-16update to driver separationJack Humbert1-17/+1
2017-07-12fix implementation issues from SSD1306 clean up, added rotation (#1494)ishtob2-8/+9
2017-07-11clean up ssd1306 implementationJack Humbert2-160/+91
2017-07-11update drivers to exclude lets_split includeJack Humbert1-1/+0
2017-07-10Start mvoing hardware drivers to /drivers/ (#1433)Jack Humbert8-0/+1679