From 8d9ae1fdf379020d4743b4f85f465e88b148ac29 Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Thu, 19 Nov 2020 17:20:43 +0000 Subject: refactor: Align drivers with Zephyr file system conventions PR: #400 --- app/drivers/sensor/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/drivers/sensor/Kconfig (limited to 'app/drivers/sensor/Kconfig') diff --git a/app/drivers/sensor/Kconfig b/app/drivers/sensor/Kconfig new file mode 100644 index 0000000..7b6a0d0 --- /dev/null +++ b/app/drivers/sensor/Kconfig @@ -0,0 +1,5 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + +rsource "battery_voltage_divider/Kconfig" +rsource "ec11/Kconfig" \ No newline at end of file -- cgit v1.2.3