aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan2021-05-28 18:04:13 +0200
committerGitHub2021-05-28 18:04:13 +0200
commitd66090af19fff061ce925882e94687bfb5d8b93b (patch)
tree75884c71b0777ca9e39973d9c02c45667c180e4d
parentb96304930528c891f30686911884c8551db601fb (diff)
`backlight.c`: include `eeprom.h` (#13024)
-rw-r--r--quantum/backlight/backlight.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/backlight/backlight.c b/quantum/backlight/backlight.c
index 1bc276899c..dfb98419e6 100644
--- a/quantum/backlight/backlight.c
+++ b/quantum/backlight/backlight.c
@@ -17,6 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "quantum.h"
#include "backlight.h"
+#include "eeprom.h"
#include "eeconfig.h"
#include "debug.h"