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.
This commit is contained in:
parent
c28ef1b61e
commit
0ca7f69b6d
12 changed files with 54 additions and 40 deletions
3
app/module/lib/zmk_debounce/CMakeLists.txt
Normal file
3
app/module/lib/zmk_debounce/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
zephyr_library()
|
||||
zephyr_library_sources(debounce.c)
|
||||
Loading…
Add table
Add a link
Reference in a new issue