summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Barnaś <mb@semihalf.com>2021-10-12 16:08:36 +0200
committerCommit Bot <commit-bot@chromium.org>2021-10-12 20:23:24 +0000
commit184021ee2aca6d13b30c1d5b75eea39789acef92 (patch)
tree072275ee105e782c88dd9cc5715161572b615ce9
parent42518c1ab4f52e31efed14c732344dec21b5d716 (diff)
downloadchrome-ec-184021ee2aca6d13b30c1d5b75eea39789acef92.tar.gz
zephyr: fix delbin keyboard configuration
Delbin project file was missing col2 inverted config. BRANCH=main BUG=none TEST=Flash and check that all letters are working Change-Id: I59b91d1542987414d115bf1df6a82872850bf0ae Signed-off-by: Michał Barnaś <mb@semihalf.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3219036 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
-rw-r--r--zephyr/projects/volteer/delbin/prj.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/projects/volteer/delbin/prj.conf b/zephyr/projects/volteer/delbin/prj.conf
index 1ef881f686..dd2ca0a2f5 100644
--- a/zephyr/projects/volteer/delbin/prj.conf
+++ b/zephyr/projects/volteer/delbin/prj.conf
@@ -25,6 +25,7 @@ CONFIG_AP_X86_INTEL_TGL=y
CONFIG_PLATFORM_EC_POWERSEQ=y
CONFIG_PLATFORM_EC_POWERSEQ_RTC_RESET=y
CONFIG_PLATFORM_EC_THROTTLE_AP=y
+CONFIG_PLATFORM_EC_KEYBOARD_COL2_INVERTED=y
# TODO(b/180410072): bringup these features
CONFIG_PLATFORM_EC_BOARD_VERSION_CBI=n