From d66090af19fff061ce925882e94687bfb5d8b93b Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 29 May 2021 02:04:13 +1000 Subject: [PATCH] `backlight.c`: include `eeprom.h` (#13024) --- quantum/backlight/backlight.c | 1 + 1 file changed, 1 insertion(+) diff --git a/quantum/backlight/backlight.c b/quantum/backlight/backlight.c index 1bc276899..dfb98419e 100644 --- a/quantum/backlight/backlight.c +++ b/quantum/backlight/backlight.c @@ -17,6 +17,7 @@ along with this program. If not, see . #include "quantum.h" #include "backlight.h" +#include "eeprom.h" #include "eeconfig.h" #include "debug.h"