summaryrefslogtreecommitdiff
path: root/board/cret/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/cret/board.h')
-rw-r--r--board/cret/board.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/cret/board.h b/board/cret/board.h
index a2deef2e99..b5892582ab 100644
--- a/board/cret/board.h
+++ b/board/cret/board.h
@@ -105,7 +105,9 @@
#define CONFIG_CMD_ACCEL_INFO
#define CONFIG_ACCEL_LIS2DE /* Lid accel */
-#define CONFIG_ACCELGYRO_LSM6DSM /* Base accel */
+#define CONFIG_ACCELGYRO_LSM6DSO /* Base accel */
+#define CONFIG_ACCEL_LSM6DSO_INT_EVENT \
+ TASK_EVENT_MOTION_SENSOR_INTERRUPT(BASE_ACCEL)
/* Lid operates in forced mode, base in FIFO */
#define CONFIG_ACCEL_FORCE_MODE_MASK BIT(LID_ACCEL)