summaryrefslogtreecommitdiffstats
path: root/drivers/avr
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-02-081-21/+17
|\
| * ws2812: Fix number of nops for AVR at 8 MHz (#9559)Sergey Vlasov2021-02-091-21/+17
* | Include stdbool.h in uart.h (#11728)Drashna Jaelre2021-01-301-0/+1
* | Adds AT90USB162 support (#11570)Dasky2021-01-294-6/+6
* | UART driver refactor (#11637)Ryan2021-01-272-0/+204
* | Rewrite APA102 support (#10894)Aldehir Rojas2020-12-302-141/+0
|/
* Change include guards in tmk_core/ and drivers/ to pragma once (#11240)Ryan2020-12-264-16/+5
* Fix error handling in SPI master. (#11122)Dimitris Papavasiliou2020-12-061-5/+11
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-281-42/+97
* Fix ssd1306 compilation on avr-gcc 10 (#9267)Joel Challis2020-09-172-1/+3
* Hid joystick interface (#4226)a-chol2020-08-291-2/+8
* Remove inclusion of adafruit_ble.h from ssd1306.c (#9355)Ryan2020-08-291-3/+0
* Fix incorrect delay when setting WS2812 (and similar) leds (#9302)Joshua Diamond2020-06-202-55/+5
* adds support for the atmega328 (#9043)itsnoteasy2020-06-103-4/+4
* Fix capitalisation of "GitHub" (#9184)Ryan2020-05-255-5/+5
* QMK-ify some GPIO macros (#8315)Ryan2020-04-302-5/+4
* Fix AVR SPI parameter configuration, remove timeouts due to sync protocol. (#...Nick Brassel2020-04-132-60/+73
* format code according to conventions [skip ci]QMK Bot2020-04-081-5/+5
* spi_master for AVR (#8299)Ryan2020-04-082-0/+220
* Fix AVR ws2812 when ADDRESS_BASE is non zero (#8646)Joel Challis2020-04-022-22/+17
* Remove pro_micro.h (#8374)Ryan2020-03-141-324/+0
* Clean up includes for glcdfont headers (#7745)Ryan2020-03-011-12/+1
* Update split serial code to use driver pattern (#7990)Joel Challis2020-01-242-0/+570
* Improve support and docs for ADC driver (#7191)fauxpark2019-12-082-39/+108
* Move Ergodox EZ RGB Light code to custom driver (#7309)Drashna Jaelre2019-11-141-127/+2
* Unify RGB and RGBW commands (#7297)Drashna Jaelre2019-11-093-25/+12
* Refactor ps2avrgb i2c ws2812 to core (#7183)Joel Challis2019-10-291-0/+31
* Reduce duplication for ARM/AVR ws2812 RGB Matrix driver (#7180)Joel Challis2019-10-292-57/+11
* Fix battery level code in adafruit_ble.cpp (#6648)bwhelm2019-09-041-0/+6
* Removed prescaler define from avr i2c, as it was impossible to use (#6617)Mikkel Jeppesen2019-08-301-2/+2
* clang-format changesskullY2019-08-3016-1603/+1195
* Add GPL3 header to avr i2c files (#6332)Drashna Jaelre2019-07-154-2/+62
* Moving rgb typedefs into a single location (#5978)XScorpion22019-06-042-2/+2
* Fixing incorrect usage of RGBLED_NUM in ws2812 driver when used with RGB Matr...XScorpion22019-05-011-1/+1
* OLED Driver FeatureRyan Caltabiano2019-04-202-5/+5
* Features/ws2812 matrix driver (#5418)XScorpion22019-04-142-1/+29
* i2c_init update to work with atmega32a boards (#5562)MechMerlin2019-04-061-0/+12
* Fix return value of i2c_readReg and i2c_receive (#5410)zvecr2019-03-151-2/+2
* Next set of split_common changes (#4974)James Churchill2019-03-123-95/+69
* Added APA102 support (#4940)Mikkel Jeppesen2019-02-152-0/+147
* Practice60 RGB and PWM Backlight (#4929)Andrew Kannan2019-01-281-2/+2
* Rename i2c_slave functions so it can coexist with i2c_master (#4875)James Churchill2019-01-222-20/+18
* Adds support for JacoBurge's TouchPad (#4186)Jack Humbert2019-01-101-1/+4
* Remove all of the deprecated RGB definesDrashna Jaelre2018-10-221-3/+0
* DC01 updates and I2C avr speed overwrite (#4088)yiancar2018-10-081-0/+2
* Rgb matrix arm (#3648)yiancar2018-08-152-476/+0
* DC01 keyboard addition (#3428)yiancar2018-07-184-142/+114
* Integrating Peter Fleury's HD44780 LCD library (#3209)Max Audron2018-07-152-0/+963
* Add I2C slave libraryyiancar2018-07-152-0/+119
* remove comment codeJack Humbert2018-06-231-1/+0