summaryrefslogtreecommitdiff
path: root/board/lazor/board.h
diff options
context:
space:
mode:
authorWai-Hong Tam <waihong@google.com>2020-09-25 12:18:40 -0700
committerCommit Bot <commit-bot@chromium.org>2020-09-26 00:47:20 +0000
commit95958b0da984aca8863fd039f76339a2e2a85e86 (patch)
treebeb911ad22183708b538077aa8bdda60138494a7 /board/lazor/board.h
parent4ce2585f263da305785244aade6142f11f936861 (diff)
downloadchrome-ec-95958b0da984aca8863fd039f76339a2e2a85e86.tar.gz
Trogdor: Mask proper Search key location on the board level
Don't use the default key mask, which enables both the old location (KSO_01/KSI_00) and the new location (KSO_00/KSI_03) for the Search key. It makes EC over-doing ghost detection. Define the key mask on the board level: * Trogdor/Lazor uses the old location * Pompom uses the new location * Coachz has no keyboard BRANCH=None BUG=b:169361784 TEST=Tested on Lazor, enabled "ksstate on" in EC console, pressed Grave + Tab + Left-Ctrl and saw these keys detected. Change-Id: I0cf37921901a4f997edbef3ac6a89e4351e742d7 Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2432449 Reviewed-by: Douglas Anderson <dianders@chromium.org>
Diffstat (limited to 'board/lazor/board.h')
-rw-r--r--board/lazor/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/lazor/board.h b/board/lazor/board.h
index cc24f2435c..162e03b08e 100644
--- a/board/lazor/board.h
+++ b/board/lazor/board.h
@@ -26,6 +26,7 @@
#define CONFIG_LN9310
/* Keyboard */
+#define CONFIG_KEYBOARD_BOARD_CONFIG
#define CONFIG_PWM_KBLIGHT
/* Battery */