Remove DEBOUNCE
macro usage (#19750)
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
*/
|
||||
#include "quantum.h"
|
||||
|
||||
#ifndef DEBOUNCE
|
||||
# define DEBOUNCE 5
|
||||
#endif
|
||||
|
||||
static uint8_t debouncing = DEBOUNCE;
|
||||
|
||||
static matrix_row_t matrix[MATRIX_ROWS];
|
||||
|
Reference in New Issue
Block a user