zmk/app/module/lib/zmk_debounce/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

3 lines
52 B
CMake

zephyr_library()
zephyr_library_sources(debounce.c)