summaryrefslogtreecommitdiff
path: root/board/shotzo/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/shotzo/board.h')
-rw-r--r--board/shotzo/board.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/shotzo/board.h b/board/shotzo/board.h
index 2864d6c72c..440e0fed70 100644
--- a/board/shotzo/board.h
+++ b/board/shotzo/board.h
@@ -46,6 +46,9 @@
#define CONFIG_USB_PORT_POWER_DUMB
/* Buttons */
+#define CONFIG_DEDICATED_RECOVERY_BUTTON
+#define CONFIG_DEDICATED_RECOVERY_BUTTON_2
+#define CONFIG_EMULATED_SYSRQ
#define CONFIG_POWER_BUTTON_IGNORE_LID
/* Dedicated barreljack charger port */
@@ -123,6 +126,8 @@ void led_alert(int enable);
/* Pin renaming */
#define GPIO_AC_PRESENT GPIO_BJ_ADP_PRESENT_L
+#define GPIO_RECOVERY_L GPIO_EC_RECOVERY_BTN_ODL
+#define GPIO_RECOVERY_L_2 GPIO_H1_EC_RECOVERY_BTN_ODL
#endif /* !__ASSEMBLER__ */