diff options
author | Jeffrey Sung <nattyman@gmail.com> | 2012-10-09 00:28:33 +0900 |
---|---|---|
committer | Jeffrey Sung <nattyman@gmail.com> | 2012-10-09 00:28:33 +0900 |
commit | caed32df808b2ac46b5fd9fcc918fb87762e3c3d (patch) | |
tree | 2d5e6e13e5d6103618dcfd48bdac79ab84dcfde0 /keyboard/IIgs_Standard/config.h | |
parent | d1117dca320c09d4cbb34a9ad6c24550d37ae81f (diff) |
Debounce bug fixed
Diffstat (limited to 'keyboard/IIgs_Standard/config.h')
-rw-r--r-- | keyboard/IIgs_Standard/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/IIgs_Standard/config.h b/keyboard/IIgs_Standard/config.h index 447c9eadd3..38ac21df66 100644 --- a/keyboard/IIgs_Standard/config.h +++ b/keyboard/IIgs_Standard/config.h @@ -44,7 +44,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* 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 */
|