Add the lock key to the keyboard mask on kevin

TEST=confirm lock key scancode shows up in matrix
BUG=none
BRANCH=none

Change-Id: I51ef44017ea57abd3cbbc69c55f3d9da7afff42b
Signed-off-by: David Schneider <dnschneid@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/341469
Reviewed-by: Shawn N <shawnn@chromium.org>
This commit is contained in:
David Schneider
2016-05-01 20:50:06 -07:00
committed by chrome-bot
parent 8aa04ea278
commit 45d9f6afeb

View File

@@ -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 */
},
};