Relocate backlight drivers (#21444)

This commit is contained in:
Ryan
2023-07-08 23:13:10 +10:00
committed by GitHub
parent 636093f75d
commit cb2331713c
41 changed files with 17 additions and 164 deletions

View File

@@ -1,6 +1,7 @@
#include "quantum.h"
#include "backlight.h"
#include "backlight_driver_common.h"
#include "gpio.h"
#include "util.h"
#if !defined(BACKLIGHT_PIN) && !defined(BACKLIGHT_PINS)
# error "Backlight pin/pins not defined. Please configure."