From: Austin Erlandson Date: Tue, 13 Sep 2016 16:16:53 +0000 (-0500) Subject: Shorten TAPPING_TERM for better responsiveness of overloaded keys... X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3668b295200c53e7131551bc906264ecc54e6b04;p=qmk_firmware.git Shorten TAPPING_TERM for better responsiveness of overloaded keys... --- diff --git a/keyboards/atreus/config.h b/keyboards/atreus/config.h index 51162cde3..a59eee18e 100644 --- a/keyboards/atreus/config.h +++ b/keyboards/atreus/config.h @@ -49,6 +49,9 @@ along with this program. If not, see . # define UNUSED_PINS #endif +/* Make Overloaded Keys switch faster */ +#define TAPPING_TERM 175 + /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW