summaryrefslogtreecommitdiff
path: root/board/pompom/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/pompom/board.c')
-rw-r--r--board/pompom/board.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/pompom/board.c b/board/pompom/board.c
index 9b8b89ead1..bb8ffe66b0 100644
--- a/board/pompom/board.c
+++ b/board/pompom/board.c
@@ -486,6 +486,10 @@ struct motion_sensor_t motion_sensors[] = {
[SENSOR_CONFIG_EC_S0] = {
.odr = 10000 | ROUND_UP_FLAG,
},
+ /* Sensor on for lid angle detection */
+ [SENSOR_CONFIG_EC_S3] = {
+ .odr = 10000 | ROUND_UP_FLAG,
+ },
},
},
[BASE_GYRO] = {