Explorar el Código

Increase time for tap dancing on 9key default

Cory Shaw hace 8 años
padre
commit
afd7bf5f09
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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