summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/nami/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/nami/board.c b/board/nami/board.c
index da2a4e7d87..b39ff3c514 100644
--- a/board/nami/board.c
+++ b/board/nami/board.c
@@ -789,7 +789,7 @@ struct keyboard_scan_config keyscan_config = {
int board_is_lid_angle_tablet_mode(void)
{
/* Boards with no GMR sensor use lid angles to detect tablet mode. */
- return oem == PROJECT_NAMI || oem == PROJECT_VAYNE;
+ return oem != PROJECT_AKALI;
}
void board_kblight_init(void)