From 52f64dc740101b8294099bf8f045642ab1316f5b Mon Sep 17 00:00:00 2001 From: Darryldh Date: Tue, 24 Aug 2021 08:57:55 -0400 Subject: [PATCH] requested revisions to driver config --- app/drivers/CMakeLists.txt | 2 -- app/drivers/display/Kconfig | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/drivers/CMakeLists.txt b/app/drivers/CMakeLists.txt index 4aeb0406..c1625f2f 100644 --- a/app/drivers/CMakeLists.txt +++ b/app/drivers/CMakeLists.txt @@ -1,8 +1,6 @@ # Copyright (c) 2020 The ZMK Contributors # SPDX-License-Identifier: MIT -rsource "battery/Kconfig" - add_subdirectory(kscan) add_subdirectory(sensor) add_subdirectory(display) \ No newline at end of file diff --git a/app/drivers/display/Kconfig b/app/drivers/display/Kconfig index b0c15eac..5c9bce35 100644 --- a/app/drivers/display/Kconfig +++ b/app/drivers/display/Kconfig @@ -1,4 +1,4 @@ # Copyright (c) 2020 The ZMK Contributors # SPDX-License-Identifier: MIT -source "Kconfig.il0323" \ No newline at end of file +rsource "Kconfig.il0323" \ No newline at end of file