Remove DEBOUNCE macro usage (#19750)

This commit is contained in:
jack
2023-02-06 08:36:01 +11:00
committed by GitHub
parent a5f36b156b
commit d5e622b979
14 changed files with 57 additions and 1 deletions
+4
View File
@@ -17,6 +17,10 @@
#include "quantum.h"
#ifndef DEBOUNCE
# define DEBOUNCE 5
#endif
typedef uint16_t matrix_col_t;
/*