Skip to content

Commit

Permalink
[Keyboard] kint36: switch to sym_eager_pk debouncing (#12626)
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg authored Apr 20, 2021
1 parent 8da2c48 commit 3d32cbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions keyboards/kinesis/kint36/rules.mk
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3d32cbb

Please sign in to comment.