summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in oled_driver (#22134)Ikko Eltociear Ashimine2023-09-251-1/+1
* included keyboard.h. To use is_keyboard_master with a split with an i… (#21...T.A2023-09-251-0/+3
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-2316-282/+282
* [Bug] Fix compilation error for APA on ChibiOS (#21773)Drashna Jaelre2023-08-181-1/+1
* haptic: further naming cleanups (#21682)Ryan2023-08-042-295/+250
* LED Matrix: driver naming cleanups (#21580)Ryan2023-07-296-117/+117
* haptic: naming cleanups (#21551)Ryan2023-07-214-528/+533
* drivers: remove direct `quantum.h` includes (#21473)Ryan2023-07-092-2/+2
* Relocate backlight drivers (#21444)Ryan2023-07-081-0/+54
* Fix PS2_MOUSE_INVERT_BUTTONS (#20646)Daniel Kao2023-07-071-5/+4
* Fix ili9xxx inversion opcode entry (#21422)Drashna Jaelre2023-07-031-2/+2
* Remove use of __flash within LED drivers (#21343)Joel Challis2023-06-234-13/+23
* [Core] Optimisation - Add RGB LED colour set check in drivers (#21134)Xelus222023-06-0812-1/+41
* [BUG] Allow multiple IS31FL3741 drivers per board in rgb_matrix (#20988)André Greiner-Petter2023-05-271-4/+4
* Support PS/2 mouse 9-bit output with MOUSE_EXTENDED_REPORT (#20734)Daniel Kao2023-05-201-8/+19
* Format code according to conventions (#20846)QMK Bot2023-05-101-2/+1
* OLED Driver improvements (#20331)Drashna Jaelre2023-05-102-55/+392
* [Bug] Add Develop is31fl3736 multi drivers (#20642)Xelus222023-04-301-8/+8
* Add required string header file (#20638)Albert Y2023-04-306-0/+6
* [Core] Clean up ISSI drivers, Add IS31FL3736 support (#20572)Xelus222023-04-309-32/+21
* [Bug] Fix compilation issues with PS/2 driver on F4x1 controllers (#20433)Drashna Jaelre2023-04-121-0/+1
* Added PMW3320 driver (#19543)Vladislav Marchenko2023-04-032-0/+311
* [Cleanup] Quantum Painter (#19825)Pablo Martínez2023-03-2512-67/+69
* Update Doxygen comments for some headers (#20194)Ryan2023-03-221-2/+2
* Quantum Painter QoL enhancements -- auto-poweroff, auto-flush, buffer sizing ...Nick Brassel2023-03-207-6/+49
* Clean up APA102 config and add DD mapping (#20159)Ryan2023-03-201-13/+13
* Improve robustness of AW20216 driver (#19849)Huckies2023-03-011-0/+19
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-0/+1
* Fix functions with empty params (#19647)Ryan2023-01-204-7/+7
* Add RGB565 and RGB888 color support to Quantum Painter (#19382)David Hoelscher2023-01-1410-0/+21
* Cleanup pmw3389.c (#19301)Alabastard-642022-12-121-2/+0
* Add `*_RIGHT` configuration for PMW33XX driver (#19243)Pablo Martínez2022-12-103-5/+21
* Add default limit to OLED dirty processing (#19068)Joel Challis2022-11-142-2/+7
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-131-4/+3
|\
| * fix: mousekey doesn't work with trackpoint (#18474)Klesh Wong2022-11-141-4/+3
* | Fix oled_render to render all dirty blocks. (#18887)Richard Nash2022-11-141-46/+44
* | Revert "mcp23018: add return status to init (#18178)" (#18709)Joel Challis2022-10-292-11/+5
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-211-9/+8
|\|
| * Keychron Q3 I2C & CKLED2001 transfer speedup (#18780)Stefan2022-10-201-9/+8
* | ws2812: replace RGBLED_NUM with driver-owned constant to decouple driver from...Thomas Kriechbaumer2022-10-211-0/+6
* | Make QP driver init functions weak. (#18717)Nick Brassel2022-10-147-8/+8
* | mcp23018: add return status to init (#18178)JohSchneider2022-10-132-5/+11
* | fix typo in solenoid.h (#18635)Giuseppe Rota2022-10-071-1/+1
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-051-7/+8
|\|
| * fix: ps2_interrupt.c failed to compile (#18597)Klesh Wong2022-10-051-7/+8
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-041-1/+1
|\|
| * define `oled_write_ln_P` as `oled_write_ln` for non-AVR MCUs (#18589)Less/Rikki2022-10-051-1/+1
* | Format code according to conventions (#18533)QMK Bot2022-09-291-3/+3
* | Start Bluetooth API (#18366)Ryan2022-09-294-44/+140
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-2322-39/+44