From: Cory Shaw Date: Fri, 25 Aug 2017 01:15:13 +0000 (-0400) Subject: Increase time for tap dancing on 9key default X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=afd7bf5f096efb141c888fb0efc3d23e166a00ae;p=qmk_firmware.git Increase time for tap dancing on 9key default --- diff --git a/keyboards/9key/config.h b/keyboards/9key/config.h index c0a7eb355..eee8407cc 100644 --- a/keyboards/9key/config.h +++ b/keyboards/9key/config.h @@ -47,6 +47,6 @@ along with this program. If not, see . /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW -#define TAPPING_TERM 150 +#define TAPPING_TERM 200 #endif