Enable INPUT_SHELL and INPUT_KBD_MATRIX_STATE by default if the sample is compiled with CONFIG_SHELL=y. This makes it easier to use the shell commands in the sample by just enabling the shell and let any help command turn on automatically. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
11 lines
184 B
Plaintext
11 lines
184 B
Plaintext
# Copyright 2023 Google LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
configdefault INPUT_SHELL
|
|
default y
|
|
|
|
configdefault INPUT_SHELL_KBD_MATRIX_STATE
|
|
default y
|
|
|
|
source "Kconfig.zephyr"
|