forked from mirrors/qmk_userspace
Backlight: add defines for default level and breathing state (#12560)
This commit is contained in:
parent
e128d45420
commit
06aea834c4
5 changed files with 35 additions and 28 deletions
|
@ -55,7 +55,11 @@ void backlight_decrease(void);
|
|||
void backlight_level_noeeprom(uint8_t level);
|
||||
void backlight_level(uint8_t level);
|
||||
uint8_t get_backlight_level(void);
|
||||
|
||||
uint8_t eeconfig_read_backlight(void);
|
||||
void eeconfig_update_backlight(uint8_t val);
|
||||
void eeconfig_update_backlight_current(void);
|
||||
void eeconfig_update_backlight_default(void);
|
||||
|
||||
// implementation specific
|
||||
void backlight_init_ports(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue