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, 1 insertions, 2 deletions
diff --git a/firmware/export/button.h b/firmware/export/button.h
index 102d542d27..ea3effcaba 100644
--- a/firmware/export/button.h
+++ b/firmware/export/button.h
@@ -1,4 +1,3 @@
1
2/*************************************************************************** 1/***************************************************************************
3 * __________ __ ___. 2 * __________ __ ___.
4 * Open \______ \ ____ ____ | | _\_ |__ _______ ___ 3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
@@ -34,7 +33,7 @@ void button_clear_queue(void);
34#ifdef HAVE_LCD_BITMAP 33#ifdef HAVE_LCD_BITMAP
35void button_set_flip(bool flip); /* turn 180 degrees */ 34void button_set_flip(bool flip); /* turn 180 degrees */
36#endif 35#endif
37#ifdef CONFIG_BACKLIGHT 36#if CONFIG_BACKLIGHT
38void set_backlight_filter_keypress(bool value); 37void set_backlight_filter_keypress(bool value);
39#ifdef HAVE_REMOTE_LCD 38#ifdef HAVE_REMOTE_LCD
40void set_remote_backlight_filter_keypress(bool value); 39void set_remote_backlight_filter_keypress(bool value);