summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTang Qijun <qijun.tang@ecs.corp-partner.google.com>2021-08-22 21:53:28 -0400
committerCommit Bot <commit-bot@chromium.org>2021-08-24 18:14:32 +0000
commitb55e5e7624eb0b688400b5505020e7318809ba60 (patch)
treea776d277b73b1625f96403173bf1b02675ec5f62
parent4acbd06063e1b95b7d4b8a7011450ca1667c4178 (diff)
downloadchrome-ec-b55e5e7624eb0b688400b5505020e7318809ba60.tar.gz
pazquel: Detect the Refresh key at row 3
Pazquel uses the Vivaldi keyboard. The Refresh key is at T2 (col:2, row:3), instead of T3 (col:2, row:2). The code filters out the Refresh key and check any boot key remaining. BRANCH=trogdor BUG=b:194553244 TEST=Pressed Refresh (T2) at boot. And could find the log: "KB boot key mask". Without this change, pressing T2 at boot wouldn't trigger check_key_list() and spit "KB boot key mask" log. Signed-off-by: Tang Qijun <qijun.tang@ecs.corp-partner.google.com> Change-Id: I594cac4f0f63dc3f138a5811c187d1e335c3ecfd Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3113250 Reviewed-by: Wai-Hong Tam <waihong@google.com> Commit-Queue: Philip Chen <philipchen@chromium.org> Tested-by: Philip Chen <philipchen@chromium.org>
-rw-r--r--board/pazquel/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pazquel/board.h b/board/pazquel/board.h
index dec83dcc05..a604345b93 100644
--- a/board/pazquel/board.h
+++ b/board/pazquel/board.h
@@ -23,7 +23,7 @@
/* Keyboard */
#define CONFIG_KEYBOARD_PROTOCOL_MKBP
-
+#define CONFIG_KEYBOARD_REFRESH_ROW3
#define CONFIG_PWM_KBLIGHT
/* Battery */