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

master
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
1 changed files with 4 additions and 0 deletions

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