Skip to content

Commit

Permalink
bevore merge
Browse files Browse the repository at this point in the history
  • Loading branch information
boehmrn committed Oct 20, 2023
1 parent dce39be commit b2144a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/drivers/sensor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
# SPDX-License-Identifier: MIT

add_subdirectory_ifdef(CONFIG_ZMK_BATTERY battery)
add_subdirectory_ifdef(CONFIG_EC11 ec11)
add_subdirectory_ifdef(CONFIG_EC11 ec11)
add_subdirectory_ifdef(CONFIG_ZMK_TRACKBALL_PIM447 trackball_pim447)
4 changes: 3 additions & 1 deletion app/drivers/sensor/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
# SPDX-License-Identifier: MIT

rsource "battery/Kconfig"
rsource "ec11/Kconfig"
rsource "ec11/Kconfig"

rsource "trackball_pim447/Kconfig"

0 comments on commit b2144a0

Please sign in to comment.