blob: d495568dd3c9f7ad66d984f7424201fa00f0fba3 (
plain)
1
2
3
4
5
6
|
# MCU name
MCU = MK66FX1M0
# 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
|