summaryrefslogtreecommitdiff
path: root/common/eeconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/eeconfig.h')
-rw-r--r--common/eeconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/eeconfig.h b/common/eeconfig.h
index f0acce01c9..e1b5ae282f 100644
--- a/common/eeconfig.h
+++ b/common/eeconfig.h
@@ -66,7 +66,9 @@ void eeconfig_write_default_layer(uint8_t val);
uint8_t eeconfig_read_keymap(void);
void eeconfig_write_keymap(uint8_t val);
+#ifdef BACKLIGHT_ENABLE
uint8_t eeconfig_read_backlight(void);
void eeconfig_write_backlight(uint8_t val);
+#endif
#endif