diff options
Diffstat (limited to 'keyboards/diverge3')
-rw-r--r-- | keyboards/diverge3/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/diverge3/config.h b/keyboards/diverge3/config.h index aa9f52fcbd..a593bca9db 100644 --- a/keyboards/diverge3/config.h +++ b/keyboards/diverge3/config.h @@ -54,7 +54,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define BACKLIGHT_LEVELS 5 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCING_DELAY 5 +#define DEBOUNCE 5 /* serial.c configuration for split keyboard */ #define SOFT_SERIAL_PIN D0 |