aboutsummaryrefslogtreecommitdiffstats
path: root/include/touchpad_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/touchpad_lld.h')
-rw-r--r--include/touchpad_lld.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/touchpad_lld.h b/include/touchpad_lld.h
index d00b6e6f..d300ddd2 100644
--- a/include/touchpad_lld.h
+++ b/include/touchpad_lld.h
@@ -41,6 +41,18 @@
/* Error checks. */
/*===========================================================================*/
+#ifndef TOUCHPAD_NEED_MULTITHREAD
+ #define TOUCHPAD_NEED_MULTITHREAD FALSE
+#endif
+
+#ifndef TOUCHPAD_XY_INVERTED
+ #define TOUCHPAD_XY_INVERTED FALSE
+#endif
+
+#ifndef TOUCHPAD_STORE_CALIBRATION
+ #define TOUCHPAD_STORE_CALIBRATION FALSE
+#endif
+
#ifndef TOUCHPAD_HAS_IRQ
#define TOUCHPAD_HAS_IRQ FALSE
#endif