Browse Source

Increase time for tap dancing on 9key default

Cory Shaw 8 years ago
parent
commit
afd7bf5f09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      keyboards/9key/config.h

+ 1 - 1
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