zephyr/tests/drivers/input/kbd_matrix/no-ghostkey-check.overlay
Fabio Baltieri 8c83185f6e tests: add an kbd_matrix test suite
Add an initial test suite for the keyboard scanning input library.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-12-21 10:12:33 +00:00

10 lines
119 B
Plaintext

/*
* Copyright 2023 Google LLC
*
* SPDX-License-Identifier: Apache-2.0
*/
&test_kbd_scan {
no-ghostkey-check;
};