zmk/app/module/lib/zmk_debounce/Kconfig
Peter Johanson 396a43b722 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-14 23:33:45 -07:00

3 lines
No EOL
48 B
Text

config ZMK_DEBOUNCE
bool "Debounce Support"