Add an input device to take input key events as an input and generates short press or long press devices as output. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
8 lines
161 B
CMake
8 lines
161 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources(input.c)
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_INPUT_LONGPRESS input_longpress.c)
|