1
0
Fork 0

Remove DEBOUNCE macro usage (#19750)

This commit is contained in:
jack 2023-02-05 14:36:01 -07:00 committed by GitHub
parent a5f36b156b
commit d5e622b979
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 57 additions and 1 deletions

View file

@ -13,6 +13,10 @@
#include "print.h"
#include "matrix.h"
#ifndef DEBOUNCE
# define DEBOUNCE 5
#endif
/**
*
* Row pins are input with internal pull-down.