summaryrefslogtreecommitdiff
path: root/quantum/backlight/backlight_soft.c
AgeCommit message (Collapse)Author
2020-03-07Backlight - Carve out a better location for private driver functionality (#8329)Joel Challis
* rename backlight_soft to match rules.mk * rename backlight_soft to match rules.mk - update common_features * Carve out a better location for private driver backlight functionality
2020-03-06Refactor more backlight to a common location (#8292)Joel Challis
* Refactor more backlight to a common location * BACKLIGHT_PIN not defined for custom backlight * align function names
2019-12-14Move function to make diff look nicerzvecr
2019-12-14Update default backlight state to match avr pwmzvecr
2019-11-05Update software backlight to precalculated duty patternszvecr
2019-11-02Initial migration of software PWM backlight (#6709)Joel Challis
* Initial migration of software PWM backlight * First pass at backlight driver docs * Correct driver name in docs * Run backlight_task when using BACKLIGHT_PINS * Resolve backlight docs TODOs