summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/eve/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/eve/board.c b/board/eve/board.c
index e548baf6dd..52f000a0d2 100644
--- a/board/eve/board.c
+++ b/board/eve/board.c
@@ -166,7 +166,7 @@ struct keyboard_scan_config keyscan_config = {
.min_post_scan_delay_us = 1000,
.poll_timeout_us = 100 * MSEC,
.actual_key_mask = {
- 0x14, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff,
+ 0x3c, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff,
0xa4, 0xff, 0xfe, 0x55, 0xfa, 0xca /* full set */
},
};