summaryrefslogtreecommitdiff
path: root/firmware/export/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/button.h')
-rw-r--r--firmware/export/button.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/button.h b/firmware/export/button.h
index 02d91d6a9b..a142540511 100644
--- a/firmware/export/button.h
+++ b/firmware/export/button.h
@@ -42,6 +42,9 @@ void button_clear_queue(void);
42#ifdef HAVE_LCD_BITMAP 42#ifdef HAVE_LCD_BITMAP
43void button_set_flip(bool flip); /* turn 180 degrees */ 43void button_set_flip(bool flip); /* turn 180 degrees */
44#endif 44#endif
45#ifdef CONFIG_BACKLIGHT
46void set_backlight_filter_keypress(bool value);
47#endif
45 48
46#ifdef HAS_BUTTON_HOLD 49#ifdef HAS_BUTTON_HOLD
47bool button_hold(void); 50bool button_hold(void);