summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-152-12/+12
|\|
| * [Bug] Fix IS31fl3741 driver to accept 1 or 2 addresses (#14451)Drashna Jaelre2021-09-152-12/+12
* | Refactor use of STM32_SYSCLK (#14430)Joel Challis2021-09-141-1/+1
|/
* [Core] Add `is_oled_scrolling` (#14305)JayceFayne2021-09-052-0/+6
* [Core] Refactor OLED to allow easy addition of other types (#13454)Xelus222021-08-241-0/+0
* [Core] Fix copypasta issue with pmw3360 sensor config (#14106)Drashna Jaelre2021-08-211-1/+1
* Improve pmw3360 sensor and make it more hardware agnostic (#14097)Drashna Jaelre2021-08-202-74/+87
* Fix up compilation issues. (#14095)Nick Brassel2021-08-211-5/+2
* [Core] Speed up pimoroni trackball driver (#13823)Dasky2021-08-192-90/+153
* Relocate platform specific drivers (#13894)Joel Challis2021-08-1735-5635/+0
* Fix pmw3360 code to only output debug info if mouse debugging is enabled (#13...Drashna Jaelre2021-08-131-6/+8
* __flash? (#13799)Joel Challis2021-07-318-14/+16
* Move some led drivers to common folder (#13749)Joel Challis2021-07-3118-0/+0
* [develop] Fix pimoroni trackball read address (#13810)Dasky2021-07-311-1/+1
* Align AW20216 driver (#13712)Joel Challis2021-07-272-88/+48
* [Bug] Include gpio.h in solenoid driver for GPIO Control functions (#13716)Drashna Jaelre2021-07-251-0/+1
* Haptic: driver-> feature (#13713)Joel Challis2021-07-252-503/+0
* Dual RGB Matrix IS31FL3737 driver support to address #13442 (#13457)Chris Cullin2021-07-151-22/+21
* Enable g_is31_leds PROGMEM for RGB Matrix IS31FL3737 driver (#13480)Chris Cullin2021-07-121-2/+7
* AW20216 use register increment for framebuffer flushes (#13430)Gigahawk2021-07-031-14/+26
* [Core] Unite half-duplex and full-duplex serial drivers (#13081)Stefan Kerkmann2021-07-023-376/+262
* Allow settable SPI divisor for AW20216 driver, set default to 4 (#13309)Gigahawk2021-06-231-1/+5
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-231-11/+16
|\
| * Optional OLED splash screen and fixed OLED i2c execution time saving (#12294)David Hoelscher2021-06-231-11/+16
* | eeprom_i2c driver: added EXTERNAL_EEPROM_WP_PIN configuration option. (#12617)Purdea Andrei2021-06-211-1/+22
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-211-1/+1
|\|
* | Move optical sensor code to drivers folder (#13044)Drashna Jaelre2021-06-2110-0/+4420
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-201-1/+1
|\|
| * OLED font easter egg (#13269)Ryan2021-06-201-1/+1
* | Add Per Key exclusions for Haptic Feedback (#12386)Roland Huber2021-06-191-2/+69
* | ST7565 invert (#13237)Ryan2021-06-192-0/+20
* | Add oled_invert (#13172)Ignaz Kevenaar2021-06-192-0/+30
* | Extensible split data sync (#11930)Nick Brassel2021-06-189-247/+165
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-06-172-11/+10
|\|
| * OLED driver tweaks (#13215)Ryan2021-06-172-9/+7
| * Fix overrun in oled_write_raw when not at (0, 0) (#13204)Jonathan Rascher2021-06-151-2/+3
* | Fix overrun in st7565_write_raw when not at (0, 0) (#13209)Jonathan Rascher2021-06-151-2/+3
* | Add ST7565 LCD driver (#13089)Ryan2021-06-102-0/+694
* | GMMK Pro RGB Support (#13147)Gigahawk2021-06-102-0/+417
* | `spi_master` Kinetis support (#13098)Ryan2021-06-082-11/+78
|/
* Tidy up spi_master includes (#13053)Ryan2021-06-034-6/+8
* Fix up WS2812 SPI driver on F072. (#13022)Nick Brassel2021-06-031-5/+19
* 2021 May 29 Breaking Changes Update (#13034)James Young2021-05-299-66/+512
* [CI] Format code according to conventions (#12838)github-actions[bot]2021-05-101-7/+7
* haptic: correct size of reserved field in the haptic structure. This saves 1 ...Purdea Andrei2021-05-081-1/+1
* Fixup Satisfaction75 bootprocess. (#12621)Nick Brassel2021-04-191-0/+2
* Merge branch 'master' into developJoshua Diamond2021-02-142-3/+3
|\
| * LED Matrix: rename `LED_DRIVER_LED_COUNT` to `DRIVER_LED_TOTAL` (#11858)Ryan2021-02-152-3/+3
* | Format code according to conventions (#11907)github-actions[bot]2021-02-151-1/+1
* | Add support for analog USBPD on STM32G4xx. (#11824)Nick Brassel2021-02-152-0/+105