zmk/app/module/lib/CMakeLists.txt
Peter Johanson 0ca7f69b6d refactor: Promote debounce to exposed mod lib.
* Promote previously local debounce code from kscan drivers to exposed
  module lib, for use with other drivers as needed.
* Refactor existing kscan driver to new "public" API.
2023-09-16 11:52:40 -07:00

2 lines
57 B
CMake

add_subdirectory_ifdef(CONFIG_ZMK_DEBOUNCE zmk_debounce)