From 2795b7a0a30c351a85f17cb4c0b414297e096282 Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 27 Mar 2013 17:15:06 +0900 Subject: Fix debouncing on gh60, hbkb, macway --- keyboard/hbkb/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboard/hbkb/config.h') diff --git a/keyboard/hbkb/config.h b/keyboard/hbkb/config.h index aa3af30c1..b31a86538 100644 --- a/keyboard/hbkb/config.h +++ b/keyboard/hbkb/config.h @@ -37,7 +37,7 @@ along with this program. If not, see . #define MATRIX_HAS_GHOST /* Set 0 if need no debouncing */ -#define DEBOUNCE 10 +#define DEBOUNCE 5 /* legacy keymap support */ #define USE_LEGACY_KEYMAP -- cgit v1.2.3