summaryrefslogtreecommitdiff
path: root/quantum/led.c
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2022-01-22 15:43:39 -0800
committerGitHub <noreply@github.com>2022-01-22 23:43:39 +0000
commit8101a836a410c54f14c4f61738bfedf5912e903e (patch)
treeb60e3d6930657dd4d397e71761221e5db501f7e0 /quantum/led.c
parenteddd1c05674ce48dd5db0d7da996a4da2ecd705a (diff)
[Bug] Fix compilation issues for led indicators (#16001)
Diffstat (limited to 'quantum/led.c')
-rw-r--r--quantum/led.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/led.c b/quantum/led.c
index 68494af3c2..7b3f877208 100644
--- a/quantum/led.c
+++ b/quantum/led.c
@@ -16,6 +16,7 @@
#include "led.h"
#include "host.h"
#include "debug.h"
+#include "gpio.h"
#ifdef BACKLIGHT_CAPS_LOCK
# ifdef BACKLIGHT_ENABLE