summaryrefslogtreecommitdiff
path: root/common/keyboard_scan.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/keyboard_scan.c')
-rw-r--r--common/keyboard_scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/keyboard_scan.c b/common/keyboard_scan.c
index 7685293a47..8214d7c415 100644
--- a/common/keyboard_scan.c
+++ b/common/keyboard_scan.c
@@ -38,7 +38,7 @@ struct keyboard_scan_config keyscan_config = {
.poll_timeout_us = 100 * MSEC,
.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 */
},
};
#endif