summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/kevin/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/kevin/board.c b/board/kevin/board.c
index 2beb74ea81..bd48fec0d6 100644
--- a/board/kevin/board.c
+++ b/board/kevin/board.c
@@ -104,7 +104,7 @@ struct keyboard_scan_config keyscan_config = {
.poll_timeout_us = SECOND,
.actual_key_mask = {
0x14, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff,
- 0xa4, 0xff, 0xf6, 0x55, 0xfa, 0xc8 /* full set */
+ 0xa4, 0xff, 0xfe, 0x55, 0xfa, 0xc8 /* full set with lock key */
},
};