summaryrefslogtreecommitdiff
path: root/board/cheza/base_detect.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cheza/base_detect.c')
-rw-r--r--board/cheza/base_detect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cheza/base_detect.c b/board/cheza/base_detect.c
index b47504144b..1703588dd0 100644
--- a/board/cheza/base_detect.c
+++ b/board/cheza/base_detect.c
@@ -101,7 +101,7 @@ static void base_detect_change(enum base_status status)
/* We don't enable dual-battery support. Set the base power directly. */
gpio_set_level(GPIO_EN_PPVAR_VAR_BASE, connected);
- tablet_set_mode(!connected);
+ tablet_set_mode(!connected, TABLET_TRIGGER_BASE);
}
static void print_base_detect_value(const char *str, int v)