summaryrefslogtreecommitdiff
path: root/board/kappa/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/kappa/board.c')
-rw-r--r--board/kappa/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/kappa/board.c b/board/kappa/board.c
index 7030c71c72..538c4d957b 100644
--- a/board/kappa/board.c
+++ b/board/kappa/board.c
@@ -86,7 +86,7 @@ const struct power_signal_info power_signal_list[] = {
BUILD_ASSERT(ARRAY_SIZE(power_signal_list) == POWER_SIGNAL_COUNT);
/* Keyboard scan setting */
-struct keyboard_scan_config keyscan_config = {
+__override struct keyboard_scan_config keyscan_config = {
/*
* TODO(b/133200075): Tune this once we have the final performance
* out of the driver and the i2c bus.