diff options
Diffstat (limited to 'firmware/export/button.h')
-rw-r--r-- | firmware/export/button.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/button.h b/firmware/export/button.h index 39dfbff6fa..4ff04202d5 100644 --- a/firmware/export/button.h +++ b/firmware/export/button.h | |||
@@ -57,7 +57,10 @@ bool remote_button_hold(void); | |||
57 | #ifdef HAVE_HEADPHONE_DETECTION | 57 | #ifdef HAVE_HEADPHONE_DETECTION |
58 | bool headphones_inserted(void); | 58 | bool headphones_inserted(void); |
59 | #endif | 59 | #endif |
60 | 60 | #ifdef HAVE_WHEEL_POSITION | |
61 | int wheel_status(void); | ||
62 | void wheel_send_events(bool send); | ||
63 | #endif | ||
61 | 64 | ||
62 | #define BUTTON_NONE 0x00000000 | 65 | #define BUTTON_NONE 0x00000000 |
63 | 66 | ||