summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/button.h5
-rw-r--r--firmware/export/config/xduoox3.h3
2 files changed, 7 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);
diff --git a/firmware/export/config/xduoox3.h b/firmware/export/config/xduoox3.h
index d4d6f2ee2f..b2c8930531 100644
--- a/firmware/export/config/xduoox3.h
+++ b/firmware/export/config/xduoox3.h
@@ -73,6 +73,9 @@
73/* Define this if you can detect headphones */ 73/* Define this if you can detect headphones */
74#define HAVE_HEADPHONE_DETECTION 74#define HAVE_HEADPHONE_DETECTION
75 75
76/* Define this if you can detect lineout */
77#define HAVE_LINEOUT_DETECTION
78
76#define CONFIG_KEYPAD XDUOO_X3_PAD 79#define CONFIG_KEYPAD XDUOO_X3_PAD
77 80
78/* Define this if a programmable hotkey is mapped */ 81/* Define this if a programmable hotkey is mapped */