summaryrefslogtreecommitdiff
path: root/board/boten/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/boten/board.h')
-rw-r--r--board/boten/board.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/boten/board.h b/board/boten/board.h
index f8ce11b817..f74be69f3b 100644
--- a/board/boten/board.h
+++ b/board/boten/board.h
@@ -41,6 +41,8 @@
/* Sensors */
#define CONFIG_ACCEL_LIS2DWL /* Lid accel */
#define CONFIG_ACCELGYRO_LSM6DSM /* Base accel */
+#define CONFIG_ACCEL_LSM6DSM_INT_EVENT \
+ TASK_EVENT_MOTION_SENSOR_INTERRUPT(BASE_ACCEL)
/* Sensors without hardware FIFO are in forced mode */
#define CONFIG_ACCEL_FORCE_MODE_MASK BIT(LID_ACCEL)