1
0
Fork 0
forked from len0rd/rockbox

Lamp plugin: Allow toggling the button light using "select".

Change-Id: I0f276a74010ef463ebdb0eb0cc00fc50123966f0
This commit is contained in:
Frank Gevaerts 2015-02-22 12:22:40 +01:00
parent b84fd878d3
commit 272b558639
4 changed files with 34 additions and 0 deletions

View file

@ -37,6 +37,7 @@ void remote_backlight_use_settings(void);
#ifdef HAVE_BUTTON_LIGHT
void buttonlight_force_on(void);
void buttonlight_force_off(void);
void buttonlight_ignore_timeout(void);
void buttonlight_use_settings(void);
#endif