summaryrefslogtreecommitdiff
path: root/include/keyboard_config.h
diff options
context:
space:
mode:
authorFabio Baltieri <fabiobaltieri@google.com>2023-04-05 15:12:22 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-04-06 19:31:55 +0000
commit47f85ec20ecfffdc433179acf674c7ead8f4fdcc (patch)
treef8b54622e91516310c9740d887b18bffb240ee3b /include/keyboard_config.h
parent845d6a4ed879fa868ae69bd724d5471bb835e141 (diff)
downloadchrome-ec-47f85ec20ecfffdc433179acf674c7ead8f4fdcc.tar.gz
keyboard_scan: drop CONFIG_KEYBOARD_LANGUAGE_ID
Drop the CONFIG_KEYBOARD_LANGUAGE_ID option and code, does not seem to be used, can't find any historical reference either. BRANCH=none BUG=b:277105687, b:80168723 TEST=zmake compare-builds -a Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Change-Id: If4eb37818ec4819204bcb343c37188f70457e09d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4403956 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'include/keyboard_config.h')
-rw-r--r--include/keyboard_config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/keyboard_config.h b/include/keyboard_config.h
index afb69bf141..997fe88a2b 100644
--- a/include/keyboard_config.h
+++ b/include/keyboard_config.h
@@ -14,10 +14,6 @@
/* include the board layer keyboard header file */
#include "keyboard_customization.h"
#else /* CONFIG_KEYBOARD_CUSTOMIZATION */
-#ifdef CONFIG_KEYBOARD_LANGUAGE_ID
-/* Keyboard matrix support for language ID pins */
-#define KEYBOARD_IDS 2
-#endif
/* Keyboard matrix is 13 (or 15 with keypad) output columns x 8 input rows */
#define KEYBOARD_COLS_WITH_KEYPAD 15