mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-23 14:35:18 -05:00
* 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.
3 lines
52 B
CMake
3 lines
52 B
CMake
|
|
zephyr_library()
|
|
zephyr_library_sources(debounce.c) |