summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-11-01LED drivers: add defines for PWM and LED control register counts (#22383)Ryan
2023-11-01Relocate LED driver init code (#22365)Ryan
2023-10-30Add `_LED_COUNT` defines to LED drivers (#22309)Ryan
2023-10-25Added gamma values for ST7735 displays (#22313)Rakib Shahid
2023-10-23Consolidate some EEPROM Driver configuration (#22321)Joel Challis
2023-10-22Add `_flush()` functions to LED drivers (#22308)Ryan
2023-10-22[QP] Add support for OLED, variable framebuffer bpp (#19997)Nick Brassel
2023-10-22Fix invalid LED driver config (#22312)Joel Challis
2023-10-21Rename `DRIVER_ADDR_n` defines (#22200)Ryan
2023-10-04Update ISSI LED types (#22099)Ryan
2023-10-04Rename CKLED2001 driver to SNLED27351 (#22071)Ryan
2023-10-03is31fl3737/3741: add LED Matrix support (#22163)Ryan
2023-09-27is31fl3733: complete LED Matrix support (#22149)Ryan
2023-09-27is31fl3218: Add LED Matrix support (#22126)Ryan
2023-09-27is31fl3736: extract single-color API (#22133)Ryan
2023-09-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-25Fix typo in oled_driver (#22134)Ikko Eltociear Ashimine
2023-09-25Take care of scroll divisor remainders for PS/2 drag scroll (#20732)Daniel Kao
2023-09-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-25included keyboard.h. To use is_keyboard_master with a split with an i… (#21...T.A
2023-09-25Add full solenoid support on split keyboards (#21583)jacob-w-gable
2023-09-23Fix lower cpi bound on PMW33XX (#22108)Glen D'souza
2023-09-21LED/RGB Matrix: prefix driver defines (#22088)Ryan
2023-09-20Update AW20216S LED type (#22072)Ryan
2023-09-19Add and use I2C address defines for ISSI LED drivers (#22008)Ryan
2023-09-17Complete RGB Matrix support for IS31FL3218 (#22004)Ryan
2023-09-14Allow force flush of oled display (#20953)Chris Salch
2023-09-14Add and use PWM frequency defines for ISSI LED drivers (#22009)Ryan
2023-09-13is31fl3731: driver naming cleanups (#21918)Ryan
2023-09-13is31fl3733: driver naming cleanups (#21905)Ryan
2023-09-13is31fl3736: driver naming cleanups (#21903)Ryan
2023-09-13is31fl3737: driver naming cleanups (#21904)Ryan
2023-09-13is31fl3741: driver naming cleanups (#21929)Ryan
2023-09-13ckled2001: driver naming cleanups (#21890)Ryan
2023-09-13aw20216: driver naming cleanups (#21891)Ryan
2023-09-06Enable RP2040 support for apa102 RGB LED driver (#21908)Drashna Jaelre
2023-09-04Clean up RGB LED type (#21859)Ryan
2023-09-04is31fl3218: driver naming cleanups (#21892)Ryan
2023-09-01is31fl3741: Allow changing config register (#21861)Daniel Schaefer
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan
2023-08-18[Bug] Fix compilation error for APA on ChibiOS (#21773)Drashna Jaelre
2023-08-04haptic: further naming cleanups (#21682)Ryan
2023-07-29LED Matrix: driver naming cleanups (#21580)Ryan
2023-07-21haptic: naming cleanups (#21551)Ryan
2023-07-09drivers: remove direct `quantum.h` includes (#21473)Ryan
2023-07-08Relocate backlight drivers (#21444)Ryan
2023-07-07Fix PS2_MOUSE_INVERT_BUTTONS (#20646)Daniel Kao
2023-07-03Fix ili9xxx inversion opcode entry (#21422)Drashna Jaelre
2023-06-23Remove use of __flash within LED drivers (#21343)Joel Challis
2023-06-08[Core] Optimisation - Add RGB LED colour set check in drivers (#21134)Xelus22