forked from kofal.net/zmk
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:
committed by
Pete Johanson
parent
c28ef1b61e
commit
0ca7f69b6d
@@ -16,6 +16,7 @@ config ZMK_KSCAN_COMPOSITE_DRIVER
|
||||
config ZMK_KSCAN_GPIO_DRIVER
|
||||
bool
|
||||
select GPIO
|
||||
select ZMK_DEBOUNCE
|
||||
|
||||
config ZMK_KSCAN_GPIO_DEMUX
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user