aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/>.
47/* COL2ROW or ROW2COL */ 47/* COL2ROW or ROW2COL */
48#define DIODE_DIRECTION COL2ROW 48#define DIODE_DIRECTION COL2ROW
49 49
50#define TAPPING_TERM 150 50#define TAPPING_TERM 200
51 51
52#endif 52#endif