Analog joystick drivers for THB using ADC to read joystick sensor output and convert the reading to [-1.0 1.0] range
11 lines
204 B
Text
11 lines
204 B
Text
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
if SENSOR
|
|
|
|
rsource "battery/Kconfig"
|
|
rsource "ec11/Kconfig"
|
|
rsource "max17048/Kconfig"
|
|
rsource "joystick/Kconfig"
|
|
|
|
endif # SENSOR
|