summaryrefslogtreecommitdiff
path: root/board/meep/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/meep/board.c')
-rw-r--r--board/meep/board.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/board/meep/board.c b/board/meep/board.c
index 8d45c29dbd..7aba99d5b7 100644
--- a/board/meep/board.c
+++ b/board/meep/board.c
@@ -319,9 +319,8 @@ void board_hibernate_late(void)
gpio_set_flags(hibernate_pins[i][0], hibernate_pins[i][1]);
}
-#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)
{
/*
* If the lid is in tablet position via other sensors,
@@ -334,7 +333,6 @@ void lid_angle_peripheral_enable(int enable)
if (board_is_convertible())
keyboard_scan_enable(enable, KB_SCAN_DISABLE_LID_ANGLE);
}
-#endif
#ifdef CONFIG_KEYBOARD_FACTORY_TEST
/*