add PULLUP for keyboard

This commit is contained in:
cuu
2021-06-12 20:56:18 +08:00
parent 03cf255599
commit 191626d736
5 changed files with 55 additions and 20 deletions

View File

@@ -20,7 +20,7 @@
#define MATRIX_KEYS 64 // 8*8
#ifndef DEBOUNCE
# define DEBOUNCE 5
# define DEBOUNCE 20
#endif
void init_rows();