Add BACKLIGHT_ENABLE conditional
This commit is contained in:
parent
82aec46722
commit
25ad212c4a
3 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue