]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - common/eeconfig.h
Merge branch 'modstaptoggle' of git://github.com/simonmelhart/tmk_keyboard into simon...
[max/tmk_keyboard.git] / common / eeconfig.h
index f0acce01c924dfd29197d7a34616411f5057edf4..e1b5ae282f032ebcc9554ae17f67d61e32b8c70e 100644 (file)
@@ -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