Analog joystick drivers for THB using ADC to read joystick sensor output and convert the reading to [-1.0 1.0] range
8 lines
184 B
CMake
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)
|