Debounce bug fixed

This commit is contained in:
Jeffrey Sung 2012-10-09 00:28:33 +09:00
parent d1117dca32
commit caed32df80
2 changed files with 12 additions and 7 deletions

View file

@ -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 */