add debouncing into macway/matrix.c.
This commit is contained in:
parent
e65575d4a5
commit
6284b147c2
2 changed files with 28 additions and 7 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue