summaryrefslogtreecommitdiffstats
path: root/platforms/avr/drivers
Commit message (Expand)AuthorAgeFilesLines
* backlight: split AVR PWM and timer drivers (#21540)Ryan2023-07-212-168/+299
* quantum: remove direct `quantum.h` includes (#21507)Ryan2023-07-161-6/+2
* Relocate backlight drivers (#21444)Ryan2023-07-081-0/+463
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-061-4/+4
* WS2812 driver improvements (#20262)Ryan2023-03-302-5/+5
* Tidy up duplication of MIN/MAX fallback implementations (#20236)Joel Challis2023-03-231-2/+1
* Fix functions with empty params (#19647)Ryan2023-01-201-2/+2
* Remove legacy AVR ssd1306 driver (#17864)Joel Challis2022-07-312-416/+0
* Include stdint.h in avr/i2c_master.h (#17639)jack2022-07-121-0/+2
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-251-0/+4
|\
| * [Split] Ensure SOFT_SERIAL_PIN is defined if USE_I2C isn't defined (#17466)Drashna Jaelre2022-06-251-0/+4
* | Fix AVR I2C master 1ms timeout (#17174)Daniel Kao2022-06-221-6/+6
* | Improve PS/2 mouse performance (#17111)Andrew Dunai2022-05-301-2/+2
|/
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-181-1/+2
|\
| * Fix platforms/avr/drivers/ws2812.c (#17043)Takeshi ISHII2022-05-181-1/+2
* | HD44780 driver rework (#16370)Ryan2022-03-192-890/+0
|/
* analog.[ch]: remove unnecessary includes (#16471)Ryan2022-03-042-4/+1
* Format code according to conventions (#16322)QMK Bot2022-02-1216-116/+160
* Deprecate split transactions status field (#16023)Stefan Kerkmann2022-01-261-32/+7
* More GPIO compilation fixes. (#15592)Nick Brassel2021-12-261-0/+1
* Defer pin operations to gpio.h (#15589)Nick Brassel2021-12-271-6/+0
* Tidy up existing i2c_master implementations (#15376)Joel Challis2021-12-021-2/+5
* Tidy up adjustable ws2812 timing (#15299)Joel Challis2021-11-251-8/+3
* Fix uart function prototypes (#15162)Drashna Jaelre2021-11-151-2/+2
* Update UART driver API (#14839)Ryan2021-11-132-9/+25
* Manually format develop (#15003)Joel Challis2021-11-011-1/+1
* Relocate PS2 code (#14895)Joel Challis2021-10-202-0/+278
* i2c_master: Add support for reading/writing to 16-bit registers (#14289)Ryan2021-10-072-0/+58
* Move Audio drivers from quantum to platform drivers folder (#14308)Drashna Jaelre2021-10-062-0/+349
* Remove Arduino-style `analogRead()` (#14348)Ryan2021-09-082-24/+0
* Relocate platform specific drivers (#13894)Joel Challis2021-08-1718-0/+3116