aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* Add GPL3 header to avr i2c files (#6332)Drashna Jaelre2019-07-154-2/+62
* Use QUANTUM_LIB_SRC for i2c_master.c inclusion (#5617)Drashna Jaelre2019-07-091-3/+1
* Add SH1106 OLED support (#5787)Michael F. Lamb2019-06-112-4/+41
* Fixing OLED Driver for 128x64 displays (#6085)XScorpion22019-06-072-4/+49
* Moving rgb typedefs into a single location (#5978)XScorpion22019-06-042-2/+2
* Parameterise STM32 I2C pin modes and timing parameters. (#5671)Nick Brassel2019-06-012-11/+45
* NK65 Addition (#5865)yiancar2019-05-152-22/+22
* Fixing incorrect usage of RGBLED_NUM in ws2812 driver when used with RGB Matr...XScorpion22019-05-011-1/+1
* Removed / replaced questionable logos and added licenses file for safe logosRyan Caltabiano2019-04-202-12/+57
* Reducing size of data send in one frame & update Zen rev2 oled usageRyan Caltabiano2019-04-202-19/+31
* OLED Driver FeatureRyan Caltabiano2019-04-207-25/+996
* Features/ws2812 matrix driver (#5418)XScorpion22019-04-142-1/+29
* Adds the Planck EZ, 3737 RGB, fixes out-of-tune notes (#5532)Jack Humbert2019-04-082-0/+459
* 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-125-98/+71
* Haptic feedback generalized - DRV2605 and solenoids (#4939)ishtob2019-02-166-20/+523
* Added APA102 support (#4940)Mikkel Jeppesen2019-02-152-0/+147
* Add Satisfaction75 to QMK, Enable EEPROM on stm32f072 (#5094)Andrew Kannan2019-02-131-2/+2
* cleanupskullY2019-02-103-1/+2
* led_matrix works nowskullY2019-02-103-10/+16
* compiles, but long delay on startup and problemsskullY2019-02-102-5/+15
* The beginning of a simple led matrix driver for is31fl3731skullY2019-02-102-0/+449
* 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
* Adds Proton C Conversion (#4661)Jack Humbert2019-01-104-0/+1325
* Final HS60v2 changes. (#4790)yiancar2019-01-061-1/+1
* Also fix use of weak stm32 internal pullupyiancar2018-12-191-2/+2
* Minor STM32 i2c driver cleanupyiancar2018-12-191-2/+0
* adding Hadron v3 keyboard, QWIIC devices support, haptic feedback support (#4...ishtob2018-12-0411-4/+1849
* I2C driver docs (#4298)yiancar2018-11-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
* RAMA M6-B and IS31FL3218 driver (#4021)Wilba65822018-09-302-0/+126
* RAMA U80-A, wilba.tech WT60-A, WT65-A, WT80-A, IS31FL3736 driver (#3925)Wilba65822018-09-272-0/+478
* RGB Matrix refactoring to open up for new drivers (#3913)James Laird-Wah2018-09-272-3/+1
* ISSI31FL3733 driver (#3679)yiancar2018-08-286-41/+550
* Rgb matrix arm (#3648)yiancar2018-08-155-271/+422
* 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
* adds immediate i2c return, fixes ez matrix codeJack Humbert2018-06-232-6/+9
* refactor, non-workingJack Humbert2018-06-224-108/+147
* start updating i2c for timeoutsJack Humbert2018-06-202-71/+46
* adds timeout to avr i2cJack Humbert2018-06-124-42/+115
* revert some attempts, update i2cJack Humbert2018-06-121-1/+1
* i2c fixJack Humbert2018-05-152-21/+28
* Rgb matrix fixes, I2C library can now retry if it has failed (#2943)yiancar2018-05-145-339/+182