1
0
Fork 0

[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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,6 @@
BOARD = PJRC_TEENSY_3_6 BOARD = PJRC_TEENSY_3_6
MCU = MK66F18 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