From 6284b147c23aa32a9e65138b1eb8ee908ece4941 Mon Sep 17 00:00:00 2001 From: tmk Date: Thu, 29 Sep 2011 17:08:57 +0900 Subject: add debouncing into macway/matrix.c. --- macway/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'macway/config.h') diff --git a/macway/config.h b/macway/config.h index 546067beb..2e68bf252 100644 --- a/macway/config.h +++ b/macway/config.h @@ -33,6 +33,8 @@ along with this program. If not, see . #define MATRIX_COLS 8 /* define if matrix has ghost */ #define MATRIX_HAS_GHOST +/* Set 0 if need no debouncing */ +#define DEBOUNCE 5 /* key combination for command */ -- cgit v1.2.3-24-g4f1b