aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2020-02-01Add thread safety around i2c_master for ChibiOS/ARM.Gravatar Nick Brassel
2020-01-27Refactor stm32duino f103 keyboards to use new central board config files (#7706)Gravatar Joel Challis
2020-01-27Migrate common ld scripts to common location (#7887)Gravatar Joel Challis
2020-01-26Create central board for bluepillGravatar zvecr
2020-01-24Update split serial code to use driver pattern (#7990)Gravatar Joel Challis
2020-01-24format code according to conventions [skip ci]Gravatar QMK Bot
2020-01-24Add customisable EEPROM driver selection (#7274)Gravatar Nick Brassel
2020-01-19Run clang-format manually to fix recently changed files (#7934)Gravatar Joel Challis
2019-12-31SPI DMA based RGB Underglow for STM32 (#7674)Gravatar Joel Challis
2019-12-29Clean up ISSI driver includes (#7734)Gravatar fauxpark
2019-12-24Add backwards compatibility for oled_write_raw_P on ARMGravatar zvecr
2019-12-22Completely remove i2c_transmit_receive function (#7686)Gravatar Drashna Jaelre
2019-12-21Add central location for ChibiOS defines (#7542)Gravatar Joel Challis
2019-12-12fixed I2C driver support for stm32f4 (#7526)Gravatar yulei
2019-12-08Enable bitbang ws2812 for f4 (#7571)Gravatar Joel Challis
2019-12-08Improve support and docs for ADC driver (#7191)Gravatar fauxpark
2019-12-03Increase matrix scanning speed on xd84 (#7517)Gravatar Joel Challis
2019-11-25IS31FL3733 Dirty page fix (#7079)Gravatar yiancar
2019-11-17Run clang-format manually to fix recently changed filesGravatar zvecr
2019-11-15Improvements to Solenoid feature (#7369)Gravatar Drashna Jaelre
2019-11-14Move Ergodox EZ RGB Light code to custom driver (#7309)Gravatar Drashna Jaelre
2019-11-09Unify RGB and RGBW commands (#7297)Gravatar Drashna Jaelre
2019-11-07ARM - ws2812 bitbang (#7173)Gravatar Joel Challis
2019-11-04Fix typo in ARM I2C copyright header (#7264)Gravatar fauxpark
2019-11-03Adds raw write functions to the OLED driver (#7237)Gravatar Thomas Baart
2019-10-31Correct ARM STM32 I2C frequency. (#7080)Gravatar yiancar
2019-10-29 Refactor ps2avrgb i2c ws2812 to core (#7183)Gravatar Joel Challis
2019-10-29Reduce duplication for ARM/AVR ws2812 RGB Matrix driver (#7180)Gravatar Joel Challis
2019-10-12Remove i2c logic for STM32F103xB in favour of USE_I2CV1 (#6926)Gravatar Joel Challis
2019-10-08[Keyboard] RGB updates on NK65 and HS60 (#6795)Gravatar yiancar
2019-09-25[Keyboard] Added support for ErgoDox with STM32 Microcontroller (#5398)Gravatar Yaotian Feng
2019-09-19DRV2605L Continuous Haptic Feedback Support (#6461)Gravatar MechMerlin
2019-09-04Fix battery level code in adafruit_ble.cpp (#6648)Gravatar bwhelm
2019-08-30Removed prescaler define from avr i2c, as it was impossible to use (#6617)Gravatar Mikkel Jeppesen
2019-08-30Fix Redefinition of OLED_TIMEOUT (#6628)Gravatar Drashna Jaelre
2019-08-30clang-format changesGravatar skullY
2019-08-25Added OLED Display autoscroll during periods of OLED data inactivity (#6546)Gravatar XScorpion2
2019-08-22Relocate pca9555 driver to core (#6563)Gravatar Joel Challis
2019-07-27(OLED) Added support for CR (#6399)Gravatar XScorpion2
2019-07-21Refactoring wilba.tech PCBs, updating Rama Works U80-A (#6272)Gravatar Wilba
2019-07-16Align ARM i2c_readReg with AVR (#6314)Gravatar Joel Challis
2019-07-16Add ARM I2Cv1 support to i2c_master (#6262)Gravatar Joel Challis
2019-07-15Add GPL3 header to avr i2c files (#6332)Gravatar Drashna Jaelre
2019-07-09Use QUANTUM_LIB_SRC for i2c_master.c inclusion (#5617)Gravatar Drashna Jaelre
2019-06-11Add SH1106 OLED support (#5787)Gravatar Michael F. Lamb
2019-06-07Fixing OLED Driver for 128x64 displays (#6085)Gravatar XScorpion2
2019-06-04Moving rgb typedefs into a single location (#5978)Gravatar XScorpion2
2019-06-01Parameterise STM32 I2C pin modes and timing parameters. (#5671)Gravatar Nick Brassel
2019-05-15NK65 Addition (#5865)Gravatar yiancar
2019-05-01Fixing incorrect usage of RGBLED_NUM in ws2812 driver when used with RGB Matr...Gravatar XScorpion2