Backlight - Carve out a better location for private driver functionality (#8329) 0.8.20
authorJoel Challis <git@zvecr.com>
Sat, 7 Mar 2020 12:09:49 +0000 (12:09 +0000)
committerGitHub <noreply@github.com>
Sat, 7 Mar 2020 12:09:49 +0000 (12:09 +0000)
commit3a303bd2aec57fd2d4d0f6d3e5583d746367d6e1
tree8ab57281f90be800b6e3556e2705ffbcabf1494c
parentd7ba0ad684a18c07952963427ca89a8e8e7e1903
Backlight - Carve out a better location for private driver functionality (#8329)

* 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
common_features.mk
quantum/backlight/backlight.c
quantum/backlight/backlight.h
quantum/backlight/backlight_arm.c
quantum/backlight/backlight_avr.c
quantum/backlight/backlight_driver_common.c [new file with mode: 0644]
quantum/backlight/backlight_driver_common.h [new file with mode: 0644]
quantum/backlight/backlight_software.c [moved from quantum/backlight/backlight_soft.c with 91% similarity]