summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chen <philipchen@google.com>2020-12-16 13:22:03 -0800
committerCommit Bot <commit-bot@chromium.org>2020-12-17 00:13:36 +0000
commit4152f3c9cbcadb6215590967453294c8aa286c35 (patch)
tree2d96bb93772c221dab04b70f968d4ec4bfee3f30
parent3a0cce1ab05f1c72ca1c33e4e60dc459844d29f9 (diff)
downloadchrome-ec-4152f3c9cbcadb6215590967453294c8aa286c35.tar.gz
pompom: Move Refresh key to row 3
Starting from pompom rev2, the refresh key has been moved to F2, which maps to row 3 (KSI3) in the keyboard matrix. This CL intends to work together with a hardware change - routing KSI3 to H1, which will be implemented in the next pompom hardware spin. In pompom rev2 boards, since KSI2 is still routed to H1, this CL won't magically make the three finger gesture `Esc+Refresh+Pwr` work. We have to live with `Esc+F3+Pwr` temporarily in rev2 boards. Note that this CL will break the non-H1-triggered recovery with rev2. Since this is not what a normal user will do, I think it is OK to land the CL now. BUG=b:174290322 BRANCH=trogdor TEST=Entering recovery mode via `Esc+F3+Pwr` still works in pompom rev2 Signed-off-by: Philip Chen <philipchen@google.com> Change-Id: I9a3376e18a800d1023994d264fbed0eb0a30fdb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2596126 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/pompom/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/pompom/board.h b/board/pompom/board.h
index fd5fbf06c9..2bf0177bce 100644
--- a/board/pompom/board.h
+++ b/board/pompom/board.h
@@ -24,6 +24,7 @@
/* Keyboard */
#define CONFIG_KEYBOARD_BOARD_CONFIG
+#define CONFIG_KEYBOARD_REFRESH_ROW3
#define CONFIG_PWM_KBLIGHT
/* BC 1.2 Charger */