]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Increase time for tap dancing on 9key default
authorCory Shaw <cory.shaw.dev@gmail.com>
Fri, 25 Aug 2017 01:15:13 +0000 (21:15 -0400)
committerJack Humbert <jack.humb@gmail.com>
Fri, 25 Aug 2017 01:29:10 +0000 (21:29 -0400)
keyboards/9key/config.h

index c0a7eb355db52cb8dbf30df7c16075a959b0f534..eee8407cceb83d1aaac718430ad534c083c71ed9 100644 (file)
@@ -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