9 lines
194 B
Text
9 lines
194 B
Text
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
menuconfig JOYSTICK
|
|
bool "JOYSTICK Analogue Sensor"
|
|
select ADC
|
|
help
|
|
Enable driver for Joystick analogue sensors.
|
|
|