summaryrefslogtreecommitdiff
path: root/board/halvor/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/halvor/board.c')
-rw-r--r--board/halvor/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/halvor/board.c b/board/halvor/board.c
index 3f660c7f76..078d0520f6 100644
--- a/board/halvor/board.c
+++ b/board/halvor/board.c
@@ -41,7 +41,7 @@
#include "gpio_list.h" /* Must come after other header files. */
/* Keyboard scan setting */
-struct keyboard_scan_config keyscan_config = {
+__override struct keyboard_scan_config keyscan_config = {
/* Increase from 50 us, because KSO_02 passes through the H1. */
.output_settle_us = 80,
/* Other values should be the same as the default configuration. */