Remove DEBOUNCE
macro usage (#19750)
This commit is contained in:
parent
a5f36b156b
commit
d5e622b979
14 changed files with 57 additions and 1 deletions
|
@ -15,6 +15,10 @@
|
|||
*/
|
||||
#include "baguette.h"
|
||||
|
||||
#ifndef DEBOUNCE
|
||||
# define DEBOUNCE 5
|
||||
#endif
|
||||
|
||||
void bootmagic_lite(void)
|
||||
{
|
||||
// The lite version of TMK's bootmagic made by Wilba.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue