forked from mirrors/qmk_userspace
Debounce bug fixed
This commit is contained in:
parent
d1117dca32
commit
caed32df80
2 changed files with 12 additions and 7 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue