Remove DEBOUNCE
macro usage (#19750)
This commit is contained in:
@ -13,6 +13,10 @@
|
||||
#include "print.h"
|
||||
#include "matrix.h"
|
||||
|
||||
#ifndef DEBOUNCE
|
||||
# define DEBOUNCE 5
|
||||
#endif
|
||||
|
||||
/**
|
||||
*
|
||||
* Row pins are input with internal pull-down.
|
||||
|
Reference in New Issue
Block a user