summaryrefslogtreecommitdiff
path: root/board/cheza/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/cheza/board.h')
-rw-r--r--board/cheza/board.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/cheza/board.h b/board/cheza/board.h
index ab722c2aec..6c7ac79229 100644
--- a/board/cheza/board.h
+++ b/board/cheza/board.h
@@ -54,6 +54,9 @@
#define CONFIG_LID_SWITCH
#define CONFIG_EXTPOWER_GPIO
+#define CONFIG_TABLET_MODE
+#define CONFIG_TABLET_MODE_SWITCH
+
/* Battery */
#define CONFIG_BATTERY_CUT_OFF
#define CONFIG_BATTERY_PRESENT_GPIO GPIO_BATT_PRES_ODL
@@ -183,6 +186,8 @@ int board_is_sourcing_vbus(int port);
int board_vbus_sink_enable(int port, int enable);
/* Reset all TCPCs. */
void board_reset_pd_mcu(void);
+/* Base detection interrupt handler */
+void base_detect_interrupt(enum gpio_signal signal);
#endif /* !defined(__ASSEMBLER__) */