diff options
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/backlight.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/backlight.h b/firmware/export/backlight.h index 6d029790b3..f4ce5d8568 100644 --- a/firmware/export/backlight.h +++ b/firmware/export/backlight.h | |||
@@ -98,16 +98,12 @@ extern int backlight_brightness; | |||
98 | void backlight_set_brightness(int val); | 98 | void backlight_set_brightness(int val); |
99 | #endif /* HAVE_BACKLIGHT_BRIGHTNESS */ | 99 | #endif /* HAVE_BACKLIGHT_BRIGHTNESS */ |
100 | 100 | ||
101 | #ifdef HAVE_BUTTONLIGHT_BRIGHTNESS | ||
102 | void buttonlight_set_brightness(int val); | 101 | void buttonlight_set_brightness(int val); |
103 | #endif /* HAVE_BUTTONLIGHT_BRIGHTNESS */ | ||
104 | 102 | ||
105 | #ifdef HAVE_BUTTON_LIGHT | ||
106 | void buttonlight_on_ignore(bool value, int timeout); | 103 | void buttonlight_on_ignore(bool value, int timeout); |
107 | void buttonlight_on(void); | 104 | void buttonlight_on(void); |
108 | void buttonlight_off(void); | 105 | void buttonlight_off(void); |
109 | void buttonlight_set_timeout(int value); | 106 | void buttonlight_set_timeout(int value); |
110 | #endif | ||
111 | 107 | ||
112 | /* Private API for use in target tree backlight code only */ | 108 | /* Private API for use in target tree backlight code only */ |
113 | #ifdef HAVE_BUTTON_LIGHT | 109 | #ifdef HAVE_BUTTON_LIGHT |