summaryrefslogtreecommitdiff
path: root/board/peppy/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/peppy/board.c')
-rw-r--r--board/peppy/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/peppy/board.c b/board/peppy/board.c
index 82c4585c88..51c008a428 100644
--- a/board/peppy/board.c
+++ b/board/peppy/board.c
@@ -185,7 +185,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, 0xf6, 0x55, 0xfa, 0xca /* full set */
},
};