From 44f4338688930d341281152bd7c5c88d1830d2af Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Thu, 6 Jun 2019 20:01:22 -0700 Subject: Fix debounce conflicts in a few boards --- keyboards/planck/rev6/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/planck/rev6') diff --git a/keyboards/planck/rev6/config.h b/keyboards/planck/rev6/config.h index 4713d9d233..841a621904 100644 --- a/keyboards/planck/rev6/config.h +++ b/keyboards/planck/rev6/config.h @@ -52,7 +52,7 @@ #undef C6_AUDIO /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 6 +// #define DEBOUNCE 6 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ //#define LOCKING_SUPPORT_ENABLE -- cgit v1.2.3