summaryrefslogtreecommitdiff
path: root/quantum/backlight
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-05-29 02:04:13 +1000
committerGitHub <noreply@github.com>2021-05-28 09:04:13 -0700
commitd66090af19fff061ce925882e94687bfb5d8b93b (patch)
tree75884c71b0777ca9e39973d9c02c45667c180e4d /quantum/backlight
parentb96304930528c891f30686911884c8551db601fb (diff)
`backlight.c`: include `eeprom.h` (#13024)
Diffstat (limited to 'quantum/backlight')
-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"