From 5bcfc273ce2699913454408a0f266112c665d425 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Thu, 2 Jun 2022 19:30:07 +0100 Subject: Fix lint errors (#17293) --- keyboards/shiro/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/shiro') 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 . // #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 -- cgit v1.2.3