Add an initial test suite for the keyboard scanning input library. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
11 lines
174 B
Plaintext
11 lines
174 B
Plaintext
# Copyright 2023 Google LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config INPUT_KBD_MATRIX
|
|
default y
|
|
|
|
config INPUT_KBD_DRIVE_COLUMN_HOOK
|
|
default y
|
|
|
|
source "Kconfig.zephyr"
|