From afd7bf5f096efb141c888fb0efc3d23e166a00ae Mon Sep 17 00:00:00 2001
From: Cory Shaw <cory.shaw.dev@gmail.com>
Date: Thu, 24 Aug 2017 21:15:13 -0400
Subject: [PATCH] Increase time for tap dancing on 9key default

---
 keyboards/9key/config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/keyboards/9key/config.h b/keyboards/9key/config.h
index c0a7eb355d..eee8407cce 100644
--- a/keyboards/9key/config.h
+++ b/keyboards/9key/config.h
@@ -47,6 +47,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 /* COL2ROW or ROW2COL */
 #define DIODE_DIRECTION COL2ROW
 
-#define TAPPING_TERM 150
+#define TAPPING_TERM 200
 
 #endif