aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Add customisable EEPROM driver selection (#7274)Nick Brassel2020-01-247-0/+453
* Run clang-format manually to fix recently changed files (#7934)Joel Challis2020-01-191-1/+1
* SPI DMA based RGB Underglow for STM32 (#7674)Joel Challis2019-12-311-1/+90
* Clean up ISSI driver includes (#7734)fauxpark2019-12-2910-95/+25
* Add backwards compatibility for oled_write_raw_P on ARMzvecr2019-12-241-0/+2
* Completely remove i2c_transmit_receive function (#7686)Drashna Jaelre2019-12-222-10/+2
* Add central location for ChibiOS defines (#7542)Joel Challis2019-12-212-20/+11
* fixed I2C driver support for stm32f4 (#7526)yulei2019-12-122-10/+16
* Enable bitbang ws2812 for f4 (#7571)Joel Challis2019-12-081-1/+1
* Improve support and docs for ADC driver (#7191)fauxpark2019-12-082-39/+108
* Increase matrix scanning speed on xd84 (#7517)Joel Challis2019-12-032-0/+19
* IS31FL3733 Dirty page fix (#7079)yiancar2019-11-252-20/+34
* Run clang-format manually to fix recently changed fileszvecr2019-11-173-59/+54
* Improvements to Solenoid feature (#7369)Drashna Jaelre2019-11-151-5/+1
* 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-095-35/+16
* ARM - ws2812 bitbang (#7173)Joel Challis2019-11-072-1/+117
* Fix typo in ARM I2C copyright header (#7264)fauxpark2019-11-041-2/+2
* Adds raw write functions to the OLED driver (#7237)Thomas Baart2019-11-032-2/+25
* Correct ARM STM32 I2C frequency. (#7080)yiancar2019-10-311-5/+5
* Refactor ps2avrgb i2c ws2812 to core (#7183)Joel Challis2019-10-294-0/+34
* Reduce duplication for ARM/AVR ws2812 RGB Matrix driver (#7180)Joel Challis2019-10-292-57/+11
* Remove i2c logic for STM32F103xB in favour of USE_I2CV1 (#6926)Joel Challis2019-10-121-12/+2
* [Keyboard] RGB updates on NK65 and HS60 (#6795)yiancar2019-10-081-1/+2
* [Keyboard] Added support for ErgoDox with STM32 Microcontroller (#5398)Yaotian Feng2019-09-251-3/+12
* DRV2605L Continuous Haptic Feedback Support (#6461)MechMerlin2019-09-194-6/+91
* 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
* Fix Redefinition of OLED_TIMEOUT (#6628)Drashna Jaelre2019-08-301-1/+0
* clang-format changesskullY2019-08-3057-7001/+4882
* Added OLED Display autoscroll during periods of OLED data inactivity (#6546)XScorpion22019-08-252-6/+42
* Relocate pca9555 driver to core (#6563)Joel Challis2019-08-222-0/+133
* (OLED) Added support for CR (#6399)XScorpion22019-07-271-1/+6
* Refactoring wilba.tech PCBs, updating Rama Works U80-A (#6272)Wilba2019-07-212-21/+19
* Align ARM i2c_readReg with AVR (#6314)Joel Challis2019-07-162-3/+3
* Add ARM I2Cv1 support to i2c_master (#6262)Joel Challis2019-07-162-23/+52
* 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