Add the initial input driver for the Cirque Pinnacle ASIC found in Cirque GlidePoint trackpads.
10 lines
263 B
Text
10 lines
263 B
Text
# Copyright (c) 2022 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
menuconfig INPUT_PINNACLE
|
|
bool "Cirque Pinnacle trackpads"
|
|
depends on GPIO
|
|
depends on SPI || I2C
|
|
depends on INPUT
|
|
help
|
|
Enable driver for Cirque Pinnacle trackpads
|