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