Add the initial input driver for the Cirque Pinnacle ASIC found in Cirque GlidePoint trackpads.
6 lines
167 B
CMake
6 lines
167 B
CMake
# Copyright (c) 2022 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
zephyr_library_amend()
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_INPUT_PINNACLE input_pinnacle.c)
|