summaryrefslogtreecommitdiffstats
path: root/keyboards/9key
diff options
context:
space:
mode:
authorCory Shaw <cory.shaw.dev@gmail.com>2017-08-25 03:15:13 +0200
committerJack Humbert <jack.humb@gmail.com>2017-08-25 03:29:10 +0200
commitafd7bf5f096efb141c888fb0efc3d23e166a00ae (patch)
treef66245da6b6a18c92166345ed7d514dfc4d89f7d /keyboards/9key
parent402235eeb44aca61acbc1a6d282cfab3f12ff347 (diff)
downloadqmk_firmware-afd7bf5f096efb141c888fb0efc3d23e166a00ae.tar.gz
qmk_firmware-afd7bf5f096efb141c888fb0efc3d23e166a00ae.tar.xz
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