From 22789a4409215d665d0b552ced41c0ec5433947c Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Mon, 4 Nov 2019 21:40:11 -0500 Subject: [PATCH] Update keyboards/subatomic/config.h Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com> --- keyboards/subatomic/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keyboards/subatomic/config.h b/keyboards/subatomic/config.h index bd69f421e5d..b5c137dd5d1 100644 --- a/keyboards/subatomic/config.h +++ b/keyboards/subatomic/config.h @@ -53,7 +53,7 @@ along with this program. If not, see . #define BACKLIGHT_LEVELS 3 /* Set 0 if debouncing isn't needed */ -#define DEBOUNCING_DELAY 5 +#define DEBOUNCE 5 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE @@ -83,4 +83,4 @@ along with this program. If not, see . //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION -#endif \ No newline at end of file +#endif