summaryrefslogtreecommitdiff
path: root/quantum/backlight/backlight_driver_common.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-07-08 23:13:10 +1000
committerGitHub <noreply@github.com>2023-07-08 23:13:10 +1000
commitcb2331713c84bb2b7f140f67b41037721f4958a1 (patch)
tree4175658b8fd5ae1becc9e9e1b66fe0eccffa4c7e /quantum/backlight/backlight_driver_common.c
parent636093f75dd5a8b568c822aaab093484386e8e6e (diff)
Relocate backlight drivers (#21444)
Diffstat (limited to 'quantum/backlight/backlight_driver_common.c')
-rw-r--r--quantum/backlight/backlight_driver_common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/quantum/backlight/backlight_driver_common.c b/quantum/backlight/backlight_driver_common.c
index 1eb8969084..8c3fe461d7 100644
--- a/quantum/backlight/backlight_driver_common.c
+++ b/quantum/backlight/backlight_driver_common.c
@@ -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."