aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/backlight/backlight.h
Commit message (Collapse)AuthorAgeFilesLines
* Backlight - Carve out a better location for private driver functionality (#8329)Joel Challis2020-03-071-6/+2
| | | | | | | * 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-0/+8
| | | | | | | * Refactor more backlight to a common location * BACKLIGHT_PIN not defined for custom backlight * align function names
* Add VIA support for QMK backlight, QMK RGBLight (#7911)Wilba2020-01-201-0/+2
| | | | | | * Add VIA support for QMK backlight, QMK RGBLight * clang-format changes
* Relocate common backlight functionally (#7273)Joel Challis2020-01-131-3/+20
|
* Move tmk_core/common/backlight to quantum/backlight (#6710)Joel Challis2019-10-171-0/+62
* Move tmk_core/common/backlight to quantum/backlight * Add guards to backlight inclusion * Add guards to backlight inclusion * Update backlight guards on clueboard/60 * Use full paths to avoid vpath issues