summaryrefslogtreecommitdiff
path: root/board/cret/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cret/board.c')
-rw-r--r--board/cret/board.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/board/cret/board.c b/board/cret/board.c
index 91870d65ec..55c79f8778 100644
--- a/board/cret/board.c
+++ b/board/cret/board.c
@@ -526,9 +526,8 @@ uint16_t tcpc_get_alert_status(void)
return status;
}
-#ifndef TEST_BUILD
/* This callback disables keyboard when convertibles are fully open */
-void lid_angle_peripheral_enable(int enable)
+__override void lid_angle_peripheral_enable(int enable)
{
int chipset_in_s0 = chipset_in_state(CHIPSET_STATE_ON);
@@ -552,7 +551,6 @@ void lid_angle_peripheral_enable(int enable)
keyboard_scan_enable(0, KB_SCAN_DISABLE_LID_ANGLE);
}
}
-#endif
/* Keyboard scan setting */
static const struct ec_response_keybd_config cret_keybd = {
@@ -601,4 +599,4 @@ static void board_extpower(void)
gpio_set_level(GPIO_EC_ACOK_OTG, extpower_present);
}
-DECLARE_HOOK(HOOK_AC_CHANGE, board_extpower, HOOK_PRIO_DEFAULT); \ No newline at end of file
+DECLARE_HOOK(HOOK_AC_CHANGE, board_extpower, HOOK_PRIO_DEFAULT);