summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [Bug] Fix analog joystick to mouse compilation (#15677)Dasky2021-12-301-2/+2
* [Core] Fix Sensor driver code (#15484)Drashna Jaelre2021-12-152-4/+3
* [Core] Add configuration of PMW3360 lift off distance (#15424)Xelus222021-12-082-0/+6
* Tidy up adjustable ws2812 timing (#15299)Joel Challis2021-11-251-1/+31
* Remove use of __flash due to LTO issues (#15268)Joel Challis2021-11-2416-23/+38
* Rework and expand Pointing Device support (#14343)Drashna Jaelre2021-11-1417-437/+1281
* haptic: Feature to disable it when usb port is not configured or suspended. (...Purdea Andrei2021-11-022-6/+18
* [Bug] Fix unterminated ifdef in ISSI 3733 driver (#15014)Drashna Jaelre2021-11-021-0/+2
* Enable de-ghosting for RGB/LED matrix on all ISSI LED drivers (#14508)donicrosby2021-11-0210-1/+98
* Add a new led driver for Keychron's keyboards. (#14872)lalalademaxiya12021-11-022-0/+565
* [Core] Change OLED task function to be boolean (#14864)Drashna Jaelre2021-11-022-5/+9
* Manually format develop (#15003)Joel Challis2021-11-016-149/+130
* Enable configuration of PWM frequency for IS31FL3733B (#14983)Joel Challis2021-10-301-1/+5
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-244-3355/+461
|\
| * Tidy up ADNS9800 and PMW3360 firmware blobs (#14936)Ryan2021-10-244-3355/+461
* | Initial USB2422 driver (#14835)Joel Challis2021-10-222-0/+461
* | Relocate PS2 code (#14895)Joel Challis2021-10-206-0/+1124
* | [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508)Stefan Kerkmann2021-10-181-1/+1
* | Remove QWIIC_DRIVERS (#14174)Joel Challis2021-10-097-770/+0
* | Improve Adafruit BLE configuration defines (#14749)Ryan2021-10-081-23/+21
* | Purge uGFX. (#14720)Nick Brassel2021-10-079-925/+0
* | Relocate Adafruit BLE code (#14530)Ryan2021-09-215-0/+939
* | 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
|\|