[Keyboard] kint36: switch to sym_eager_pk debouncing (#12626)

This commit is contained in:
Michael Stapelberg
2021-04-20 19:08:01 +02:00
committed by GitHub
parent 8da2c48650
commit 3d32cbb0dc

View File

@ -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