summaryrefslogtreecommitdiff
path: root/board/gumboz/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/gumboz/board.c')
-rw-r--r--board/gumboz/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gumboz/board.c b/board/gumboz/board.c
index 8108798d63..b04a09f0f5 100644
--- a/board/gumboz/board.c
+++ b/board/gumboz/board.c
@@ -497,7 +497,7 @@ static void setup_fw_config(void)
} else {
motion_sensor_count = 0;
/* Device is clamshell only */
- tablet_set_mode(0);
+ tablet_set_mode(0, TABLET_TRIGGER_LID);
/* Gyro is not present, don't allow line to float */
gpio_set_flags(GPIO_6AXIS_INT_L, GPIO_INPUT | GPIO_PULL_DOWN);
}