1
0
Fork 0

add debouncing into macway/matrix.c.

This commit is contained in:
tmk 2011-09-29 17:08:57 +09:00
parent e65575d4a5
commit 6284b147c2
2 changed files with 28 additions and 7 deletions

View file

@ -33,6 +33,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#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 */