diff options
author | Joel Challis <git@zvecr.com> | 2022-06-02 19:30:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-02 19:30:07 +0100 |
commit | 5bcfc273ce2699913454408a0f266112c665d425 (patch) | |
tree | 760f4d916520d420fadff36ca7757d319ae7ee63 /keyboards/shiro | |
parent | 71b928fbecc42f8ed336776bb358756260407283 (diff) |
Fix lint errors (#17293)
Diffstat (limited to 'keyboards/shiro')
-rw-r--r-- | keyboards/shiro/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/shiro/config.h b/keyboards/shiro/config.h index 0e7ac54f97..80243234e7 100644 --- a/keyboards/shiro/config.h +++ b/keyboards/shiro/config.h @@ -85,7 +85,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // #endif /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCING_DELAY 5 +#define DEBOUNCE 5 /* define if matrix has ghost (lacks anti-ghosting diodes) */ //#define MATRIX_HAS_GHOST |