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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/button.h b/firmware/export/button.h
index 7109c00f97..d9732ebe8b 100644
--- a/firmware/export/button.h
+++ b/firmware/export/button.h
@@ -44,7 +44,7 @@ int button_read_device(void);
44#ifdef HAS_BUTTON_HOLD 44#ifdef HAS_BUTTON_HOLD
45bool button_hold(void); 45bool button_hold(void);
46#endif 46#endif
47#ifdef HAS_REMOTE_BUTTON_HOLD 47#ifdef HAS_REMOTE_BUTTON_HOLD
48bool remote_button_hold(void); 48bool remote_button_hold(void);
49#endif 49#endif
50 50
@@ -72,6 +72,9 @@ void set_remote_backlight_filter_keypress(bool value);
72#ifdef HAVE_HEADPHONE_DETECTION 72#ifdef HAVE_HEADPHONE_DETECTION
73bool headphones_inserted(void); 73bool headphones_inserted(void);
74#endif 74#endif
75#ifdef HAVE_LINEOUT_DETECTION
76bool lineout_inserted(void);
77#endif
75#ifdef HAVE_WHEEL_POSITION 78#ifdef HAVE_WHEEL_POSITION
76int wheel_status(void); 79int wheel_status(void);
77void wheel_send_events(bool send); 80void wheel_send_events(bool send);