diff options
Diffstat (limited to 'app/drivers/sensor/CMakeLists.txt')
-rw-r--r-- | app/drivers/sensor/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/drivers/sensor/CMakeLists.txt b/app/drivers/sensor/CMakeLists.txt new file mode 100644 index 0000000..a4c2ba8 --- /dev/null +++ b/app/drivers/sensor/CMakeLists.txt @@ -0,0 +1,5 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + +add_subdirectory_ifdef(CONFIG_ZMK_BATTERY_VOLTAGE_DIVIDER battery_voltage_divider) +add_subdirectory_ifdef(CONFIG_EC11 ec11)
\ No newline at end of file |