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