zmk/app/module/drivers/sensor/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

7 lines
269 B
CMake

# Copyright (c) 2020-2021 The ZMK Contributors
# SPDX-License-Identifier: MIT
add_subdirectory_ifdef(CONFIG_ZMK_BATTERY battery)
add_subdirectory_ifdef(CONFIG_EC11 ec11)
add_subdirectory_ifdef(CONFIG_MAX17048 max17048)
add_subdirectory_ifdef(CONFIG_JOYSTICK joystick)