summaryrefslogtreecommitdiff
path: root/keyboards/9key
diff options
context:
space:
mode:
authorCory Shaw2017-08-24 21:15:13 -0400
committerJack Humbert2017-08-24 21:29:10 -0400
commitafd7bf5f096efb141c888fb0efc3d23e166a00ae (patch)
treef66245da6b6a18c92166345ed7d514dfc4d89f7d /keyboards/9key
parent402235eeb44aca61acbc1a6d282cfab3f12ff347 (diff)
Increase time for tap dancing on 9key default
Diffstat (limited to 'keyboards/9key')
-rw-r--r--keyboards/9key/config.h2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
-#define TAPPING_TERM 150
+#define TAPPING_TERM 200
#endif