Move `DEBOUNCE_TYPE` to data driven (#21489)
parent
de5f6539f8
commit
de1d36031b
@ -1,3 +0,0 @@ |
|||||||
# Debounce eagerly (report change immediately), keep per-key timers. We can use
|
|
||||||
# this because the kinT does not have to deal with noise.
|
|
||||||
DEBOUNCE_TYPE = sym_eager_pk
|
|
@ -1,3 +0,0 @@ |
|||||||
# Debounce eagerly (report change immediately), keep per-key timers. We can use
|
|
||||||
# this because the kinT does not have to deal with noise.
|
|
||||||
DEBOUNCE_TYPE = sym_eager_pk
|
|
@ -1 +0,0 @@ |
|||||||
DEBOUNCE_TYPE = sym_eager_pk
|
|
Loading…
Reference in new issue