aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/backlight/backlight_soft.c
Commit message (Collapse)AuthorAgeFilesLines
* Backlight - Carve out a better location for private driver functionality (#8329)Joel Challis2020-03-071-51/+0
| | | | | | | * 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
* Refactor more backlight to a common location (#8292)Joel Challis2020-03-061-46/+8
| | | | | | | * Refactor more backlight to a common location * BACKLIGHT_PIN not defined for custom backlight * align function names
* Move function to make diff look nicerzvecr2019-12-141-2/+2
|
* Update default backlight state to match avr pwmzvecr2019-12-141-1/+1
|
* Update software backlight to precalculated duty patternszvecr2019-11-051-7/+30
|
* Initial migration of software PWM backlight (#6709)Joel Challis2019-11-021-0/+66
* 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