summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-01-12[Core] IS31FL3731/36/37 bug fix (#10612)Xelus22
2021-01-12OLED driver fixes (#10377)Sergey Vlasov
2021-01-12IS31FL3741 driver fixup (#10519)a_p_u_r_o
2021-01-12Add OLED driver function to determine if the screen is currently on (#10382)Fred Silberberg
2020-09-30Update ISSI3741 (#9912)MelGeek
2020-09-30format code according to conventions [skip ci]QMK Bot
2020-09-30Fix DMA stream ID calculation in ws2812_pwm (#10008)Sergey Vlasov
2020-09-30Add a method to read the OLED display buffer from user space (#8777)Richard
2020-09-30Hid joystick interface (#4226)a-chol
2020-09-30Add support for DMAMUX-capable MCU configuration with WS2812 PWM driver. (#9471)Nick Brassel
2020-09-30Remove inclusion of adafruit_ble.h from ssd1306.c (#9355)Ryan
2020-09-30Initial work for consolidation of ChibiOS platform files (#8327)Nick Brassel
2020-08-08Enable OLED support for Teensy 3.2/LC (#7591)Joel Challis
2020-08-08OLED driver function to set pixels (#9713)Gautham Yerroju
2020-08-08[Driver] bugfix reset the scaling register flag to FALSE (#9507)MelGeek
2020-08-08`qmk cformat` (#9500)Nick Brassel
2020-08-08Support IS31FL3741 and IS31FL3741A. (#9201)MelGeek
2020-08-08Fix incorrect delay when setting WS2812 (and similar) leds (#9302)Joshua Diamond
2020-08-08STM32 WS2812 Open Drain Configuration (#9414)Xelus22
2020-08-08adds support for the atmega328 (#9043)itsnoteasy
2020-08-08ISSI driver compile error fix (#9169)Wilba
2020-08-08Fix capitalisation of "GitHub" (#9184)Ryan
2020-06-12Fix i2c EEPROM compile issue when Console is enabled (#9186)Drashna Jaelre
2020-06-12Fix SPI EEPROM compile issue when Console is enabled (#9193)Drashna Jaelre
2020-06-12Initial arm serial partially based on old lets split codezvecr
2020-06-12ARM split - Add uart half duplex transport support (#7987)Joel Challis
2020-06-12Add SPI 25xx EEPROM support. (#8780)Nick Brassel
2020-06-12Fix off by one error with oled_write_raw_P (#9045)Brian Mock
2020-06-12QMK-ify some GPIO macros (#8315)Ryan
2020-06-12Add SPI master for ChibiOS/ARM. (#8779)Nick Brassel
2020-06-12Fix AVR SPI parameter configuration, remove timeouts due to sync protocol. (#...Nick Brassel
2020-06-12spi_master for AVR (#8299)Ryan
2020-06-12Fix AVR ws2812 when ADDRESS_BASE is non zero (#8646)Joel Challis
2020-06-12fixed problem with implicit declaration in quantum/rgblight.c (#8406)Casper Weiss Bang
2020-06-12Initial arm->chibios pass - simplify some platform logic (#8450)Joel Challis
2020-06-12ARM - ADC cleanup (#8385)Joel Challis
2020-06-12Adding OLED scroll setup functions (#8386)brickbots
2020-06-12Remove pro_micro.h (#8374)Ryan
2020-06-12Add support for STM32L0/L1 onboard EEPROM. (#8002)Nick Brassel
2020-06-12Add ADC support for STM32F3 and STM32F0 devices (#7681)Drew Mills
2020-06-12Buffer based OLED panning, write byte to buffer at arbitrary index (#8055)brickbots
2020-06-12Add f401 and f411 blackpill examples (#7930)Joel Challis
2020-06-12Clean up includes for glcdfont headers (#7745)Ryan
2020-06-12PWM DMA based RGB Underglow for STM32 (#7928)Joel Challis
2020-06-12Allow for ChibiOS 20.x (master), as well as enabling ChibiOS-Contrib HAL. (#8...Nick Brassel
2020-06-122020 February 29 Breaking Changes Update (#8064)James Young
2020-03-26Fix QWIIC OLED for AVR (#7769)Nick Winans
2020-03-26Fix RESET keycode on some STM32F072 keyboards (#8134)Joel Challis
2020-02-26Run clang-format manually to fix recently changed files (#7934)Joel Challis
2020-02-26Fix out of bound OLED font access (#8145)Ted M Lin