Backlight: add defines for default level and breathing state (#12560)

This commit is contained in:
Ryan 2021-05-27 15:21:15 +10:00 committed by GitHub
parent e128d45420
commit 06aea834c4
Failed to generate hash of commit
5 changed files with 35 additions and 28 deletions

View file

@ -94,11 +94,6 @@ void eeconfig_update_default_layer(uint8_t val);
uint16_t eeconfig_read_keymap(void);
void eeconfig_update_keymap(uint16_t val);
#ifdef BACKLIGHT_ENABLE
uint8_t eeconfig_read_backlight(void);
void eeconfig_update_backlight(uint8_t val);
#endif
#ifdef AUDIO_ENABLE
uint8_t eeconfig_read_audio(void);
void eeconfig_update_audio(uint8_t val);