summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-12-31SPI DMA based RGB Underglow for STM32 (#7674)Joel Challis
2019-12-29Clean up ISSI driver includes (#7734)fauxpark
2019-12-24Add backwards compatibility for oled_write_raw_P on ARMzvecr
2019-12-22Completely remove i2c_transmit_receive function (#7686)Drashna Jaelre
2019-12-21Add central location for ChibiOS defines (#7542)Joel Challis
2019-12-12fixed I2C driver support for stm32f4 (#7526)yulei
2019-12-08Enable bitbang ws2812 for f4 (#7571)Joel Challis
2019-12-08Improve support and docs for ADC driver (#7191)fauxpark
2019-12-03Increase matrix scanning speed on xd84 (#7517)Joel Challis
2019-11-25IS31FL3733 Dirty page fix (#7079)yiancar
2019-11-17Run clang-format manually to fix recently changed fileszvecr
2019-11-15Improvements to Solenoid feature (#7369)Drashna Jaelre
2019-11-14Move Ergodox EZ RGB Light code to custom driver (#7309)Drashna Jaelre
2019-11-09Unify RGB and RGBW commands (#7297)Drashna Jaelre
2019-11-07ARM - ws2812 bitbang (#7173)Joel Challis
2019-11-04Fix typo in ARM I2C copyright header (#7264)fauxpark
2019-11-03Adds raw write functions to the OLED driver (#7237)Thomas Baart
2019-10-31Correct ARM STM32 I2C frequency. (#7080)yiancar
2019-10-29 Refactor ps2avrgb i2c ws2812 to core (#7183)Joel Challis
2019-10-29Reduce duplication for ARM/AVR ws2812 RGB Matrix driver (#7180)Joel Challis
2019-10-12Remove i2c logic for STM32F103xB in favour of USE_I2CV1 (#6926)Joel Challis
2019-10-08[Keyboard] RGB updates on NK65 and HS60 (#6795)yiancar
2019-09-25[Keyboard] Added support for ErgoDox with STM32 Microcontroller (#5398)Yaotian Feng
2019-09-19DRV2605L Continuous Haptic Feedback Support (#6461)MechMerlin
2019-09-04Fix battery level code in adafruit_ble.cpp (#6648)bwhelm
2019-08-30Removed prescaler define from avr i2c, as it was impossible to use (#6617)Mikkel Jeppesen
2019-08-30Fix Redefinition of OLED_TIMEOUT (#6628)Drashna Jaelre
2019-08-30clang-format changesskullY
2019-08-25Added OLED Display autoscroll during periods of OLED data inactivity (#6546)XScorpion2
2019-08-22Relocate pca9555 driver to core (#6563)Joel Challis
2019-07-27(OLED) Added support for CR (#6399)XScorpion2
2019-07-21Refactoring wilba.tech PCBs, updating Rama Works U80-A (#6272)Wilba
2019-07-16Align ARM i2c_readReg with AVR (#6314)Joel Challis
2019-07-16Add ARM I2Cv1 support to i2c_master (#6262)Joel Challis
2019-07-15Add GPL3 header to avr i2c files (#6332)Drashna Jaelre
2019-07-09Use QUANTUM_LIB_SRC for i2c_master.c inclusion (#5617)Drashna Jaelre
2019-06-11Add SH1106 OLED support (#5787)Michael F. Lamb
2019-06-07Fixing OLED Driver for 128x64 displays (#6085)XScorpion2
2019-06-04Moving rgb typedefs into a single location (#5978)XScorpion2
2019-06-01Parameterise STM32 I2C pin modes and timing parameters. (#5671)Nick Brassel
2019-05-15NK65 Addition (#5865)yiancar
2019-05-01Fixing incorrect usage of RGBLED_NUM in ws2812 driver when used with RGB Matr...XScorpion2
2019-04-20Removed / replaced questionable logos and added licenses file for safe logosRyan Caltabiano
2019-04-20Reducing size of data send in one frame & update Zen rev2 oled usageRyan Caltabiano
2019-04-20OLED Driver FeatureRyan Caltabiano
2019-04-14Features/ws2812 matrix driver (#5418)XScorpion2
2019-04-08Adds the Planck EZ, 3737 RGB, fixes out-of-tune notes (#5532)Jack Humbert
2019-04-06i2c_init update to work with atmega32a boards (#5562)MechMerlin
2019-03-15Fix return value of i2c_readReg and i2c_receive (#5410)zvecr
2019-03-12Next set of split_common changes (#4974)James Churchill