Explorar o código

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

Michael Stapelberg %!s(int64=5) %!d(string=hai) anos
pai
achega
3d32cbb0dc
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      keyboards/kinesis/kint36/rules.mk

+ 4 - 0
keyboards/kinesis/kint36/rules.mk

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