diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-01 08:08:12 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-01 08:08:12 +0000 |
commit | 7fdb95af367e44e443312151ee5191f680cabc73 (patch) | |
tree | ff033dba3a16e641f9559ba8622a6ff7ad999c38 /keyboards/kinesis/kint36/config.h | |
parent | af13b7bf050de836ed25d5355ef0b909c12580cf (diff) | |
parent | 2b8ad391aed15d41358c09d4b925e6a2bfc85ac6 (diff) | |
download | qmk_firmware-7fdb95af367e44e443312151ee5191f680cabc73.tar.gz qmk_firmware-7fdb95af367e44e443312151ee5191f680cabc73.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kinesis/kint36/config.h')
-rw-r--r-- | keyboards/kinesis/kint36/config.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/keyboards/kinesis/kint36/config.h b/keyboards/kinesis/kint36/config.h index 8b46b3fc16..ab34daa7b8 100644 --- a/keyboards/kinesis/kint36/config.h +++ b/keyboards/kinesis/kint36/config.h @@ -50,8 +50,12 @@ /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 +/* Well-worn Cherry MX key switches can bounce for up to 20ms, despite the + * Cherry data sheet specifying 5ms. Because we use the sym_eager_pk debounce + * algorithm, this debounce latency only affects key releases (not key + * presses). */ +#undef DEBOUNCE +#define DEBOUNCE 20 #define IGNORE_MOD_TAP_INTERRUPT |