zmk/app/module/drivers/sensor/Kconfig

13 lines
209 B
Plaintext

# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
if SENSOR
rsource "battery/Kconfig"
rsource "ec11/Kconfig"
rsource "max17048/Kconfig"
rsource "encoder_mock/Kconfig"
endif # SENSOR