diff options
author | Drashna Jaelre <drashna@live.com> | 2022-01-22 15:43:39 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-22 23:43:39 +0000 |
commit | 8101a836a410c54f14c4f61738bfedf5912e903e (patch) | |
tree | b60e3d6930657dd4d397e71761221e5db501f7e0 /quantum/led.c | |
parent | eddd1c05674ce48dd5db0d7da996a4da2ecd705a (diff) | |
download | qmk_firmware-8101a836a410c54f14c4f61738bfedf5912e903e.tar.gz qmk_firmware-8101a836a410c54f14c4f61738bfedf5912e903e.zip |
[Bug] Fix compilation issues for led indicators (#16001)
Diffstat (limited to 'quantum/led.c')
-rw-r--r-- | quantum/led.c | 1 |
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 |