mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-14 04:24:41 +00:00
[Keyboard] kint36: switch to sym_eager_pk debouncing (#12626)
This commit is contained in:
parent
8da2c48650
commit
3d32cbb0dc
1 changed files with 4 additions and 0 deletions
|
@ -1,2 +1,6 @@
|
|||
BOARD = PJRC_TEENSY_3_6
|
||||
MCU = MK66F18
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue