zmk/app/module/drivers/sensor/joystick/CMakeLists.txt
Xiao Qin 869c63d3c0
feat(drivers): add analog joystick driver
Analog joystick drivers for THB using ADC to read joystick sensor output
and convert the reading to [-1.0 1.0] range
2023-10-12 11:06:51 -07:00

8 lines
184 B
CMake

# Copyright (c) 2020-2022 The ZMK Contributors
# SPDX-License-Identifier: MIT
zephyr_include_directories(.)
zephyr_library()
zephyr_library_sources_ifdef(CONFIG_JOYSTICK_THB thb.c)