From caed32df808b2ac46b5fd9fcc918fb87762e3c3d Mon Sep 17 00:00:00 2001 From: Jeffrey Sung Date: Tue, 9 Oct 2012 00:28:33 +0900 Subject: Debounce bug fixed --- keyboard/IIgs_Standard/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboard/IIgs_Standard/config.h') diff --git a/keyboard/IIgs_Standard/config.h b/keyboard/IIgs_Standard/config.h index 447c9eadd..38ac21df6 100644 --- a/keyboard/IIgs_Standard/config.h +++ b/keyboard/IIgs_Standard/config.h @@ -44,7 +44,7 @@ along with this program. If not, see . /* define if matrix has ghost */ #define MATRIX_HAS_GHOST /* Set 0 if need no debouncing */ -#define DEBOUNCE 0 +#define DEBOUNCE 5 /* key combination for command */ -- cgit v1.2.3