summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-09-25Merge remote-tracking branch 'origin/master' into developQMK Bot1-0/+3
2023-09-25included keyboard.h. To use is_keyboard_master with a split with an i… (#21...T.A1-0/+3
2023-09-25Add full solenoid support on split keyboards (#21583)jacob-w-gable1-3/+2
2023-09-23Fix lower cpi bound on PMW33XX (#22108)Glen D'souza3-3/+3
2023-09-21LED/RGB Matrix: prefix driver defines (#22088)Ryan1-4/+4
2023-09-20Update AW20216S LED type (#22072)Ryan2-4/+7
2023-09-19Add and use I2C address defines for ISSI LED drivers (#22008)Ryan16-81/+84
2023-09-17Complete RGB Matrix support for IS31FL3218 (#22004)Ryan2-18/+116
2023-09-14Allow force flush of oled display (#20953)Chris Salch2-10/+14
2023-09-14Add and use PWM frequency defines for ISSI LED drivers (#22009)Ryan10-5/+45
2023-09-13is31fl3731: driver naming cleanups (#21918)Ryan4-91/+121
2023-09-13is31fl3733: driver naming cleanups (#21905)Ryan4-139/+202
2023-09-13is31fl3736: driver naming cleanups (#21903)Ryan2-72/+91
2023-09-13is31fl3737: driver naming cleanups (#21904)Ryan2-67/+100
2023-09-13is31fl3741: driver naming cleanups (#21929)Ryan2-72/+103
2023-09-13ckled2001: driver naming cleanups (#21890)Ryan4-238/+292
2023-09-13aw20216: driver naming cleanups (#21891)Ryan3-175/+205
2023-09-06Enable RP2040 support for apa102 RGB LED driver (#21908)Drashna Jaelre1-1/+1
2023-09-04Clean up RGB LED type (#21859)Ryan3-6/+6
2023-09-04is31fl3218: driver naming cleanups (#21892)Ryan1-16/+16
2023-09-01is31fl3741: Allow changing config register (#21861)Daniel Schaefer1-1/+5
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan16-282/+282
2023-08-18[Bug] Fix compilation error for APA on ChibiOS (#21773)Drashna Jaelre1-1/+1
2023-08-04haptic: further naming cleanups (#21682)Ryan2-295/+250
2023-07-29LED Matrix: driver naming cleanups (#21580)Ryan6-117/+117
2023-07-21haptic: naming cleanups (#21551)Ryan4-528/+533
2023-07-09drivers: remove direct `quantum.h` includes (#21473)Ryan2-2/+2
2023-07-08Relocate backlight drivers (#21444)Ryan1-0/+54
2023-07-07Fix PS2_MOUSE_INVERT_BUTTONS (#20646)Daniel Kao1-5/+4
2023-07-03Fix ili9xxx inversion opcode entry (#21422)Drashna Jaelre1-2/+2
2023-06-23Remove use of __flash within LED drivers (#21343)Joel Challis4-13/+23
2023-06-08[Core] Optimisation - Add RGB LED colour set check in drivers (#21134)Xelus2212-1/+41
2023-05-27[BUG] Allow multiple IS31FL3741 drivers per board in rgb_matrix (#20988)André Greiner-Petter1-4/+4
2023-05-20Support PS/2 mouse 9-bit output with MOUSE_EXTENDED_REPORT (#20734)Daniel Kao1-8/+19
2023-05-10Format code according to conventions (#20846)QMK Bot1-2/+1
2023-05-10OLED Driver improvements (#20331)Drashna Jaelre2-55/+392
2023-04-30[Bug] Add Develop is31fl3736 multi drivers (#20642)Xelus221-8/+8
2023-04-30Add required string header file (#20638)Albert Y6-0/+6
2023-04-30[Core] Clean up ISSI drivers, Add IS31FL3736 support (#20572)Xelus229-32/+21
2023-04-12[Bug] Fix compilation issues with PS/2 driver on F4x1 controllers (#20433)Drashna Jaelre1-0/+1
2023-04-03Added PMW3320 driver (#19543)Vladislav Marchenko2-0/+311
2023-03-25[Cleanup] Quantum Painter (#19825)Pablo Martínez12-67/+69
2023-03-22Update Doxygen comments for some headers (#20194)Ryan1-2/+2
2023-03-20Quantum Painter QoL enhancements -- auto-poweroff, auto-flush, buffer sizing ...Nick Brassel7-6/+49
2023-03-20Clean up APA102 config and add DD mapping (#20159)Ryan1-13/+13
2023-03-01Improve robustness of AW20216 driver (#19849)Huckies1-0/+19
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel1-0/+1
2023-01-20Fix functions with empty params (#19647)Ryan4-7/+7
2023-01-14Add RGB565 and RGB888 color support to Quantum Painter (#19382)David Hoelscher10-0/+21
2022-12-12Cleanup pmw3389.c (#19301)Alabastard-641-2/+0