summaryrefslogtreecommitdiff
path: root/baseboard/hatch/baseboard.c
diff options
context:
space:
mode:
authorRajat Jain <rajatja@google.com>2020-01-28 16:11:50 -0800
committerCommit Bot <commit-bot@chromium.org>2020-03-03 05:07:38 +0000
commitb678a6ff46846883a9b5adb8e16b40adaefa738c (patch)
tree1804d68a1e2a22c1a5afc205b60f97c5404e4cb4 /baseboard/hatch/baseboard.c
parentefbc14d8265fcee2e7de749d7f925c051607e3c2 (diff)
downloadchrome-ec-b678a6ff46846883a9b5adb8e16b40adaefa738c.tar.gz
hatch/baseboard: Enable the Search key button in mask
Enable the search key located at Row-3, Col-0 BUG=b:146501925,b:148488560 TEST=Check search key while debugging BRANCH=firmware-hatch-12672.B Signed-off-by: Rajat Jain <rajatja@google.com> Change-Id: I3496d6413994f147839fbb29f6d666b5fc6c0914 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2080600 Reviewed-by: Scott Collyer <scollyer@chromium.org>
Diffstat (limited to 'baseboard/hatch/baseboard.c')
-rw-r--r--baseboard/hatch/baseboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseboard/hatch/baseboard.c b/baseboard/hatch/baseboard.c
index 0651ffdc7c..e91a37ea98 100644
--- a/baseboard/hatch/baseboard.c
+++ b/baseboard/hatch/baseboard.c
@@ -64,7 +64,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,
+ 0x1c, 0xff, 0xff, 0xff, 0xff, 0xf5, 0xff,
0xa4, 0xff, 0xfe, 0x55, 0xfa, 0xca /* full set */
},
};