forked from mirrors/qmk_userspace
Relocate backlight drivers (#21444)
This commit is contained in:
parent
636093f75d
commit
cb2331713c
41 changed files with 17 additions and 164 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue