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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/export/button.h b/firmware/export/button.h
index 6276a033cc..7109c00f97 100644
--- a/firmware/export/button.h
+++ b/firmware/export/button.h
@@ -119,4 +119,12 @@ int touchscreen_last_touch(void);
119#include "touchscreen.h" 119#include "touchscreen.h"
120#endif 120#endif
121 121
122#ifdef HAVE_TOUCHPAD
123#include "touchpad.h"
124#endif
125
126#if (defined(HAVE_TOUCHPAD) || defined(HAVE_TOUCHSCREEN)) && !defined(HAS_BUTTON_HOLD)
127void button_enable_touch(bool en);
128#endif
129
122#endif /* _BUTTON_H_ */ 130#endif /* _BUTTON_H_ */