diff options
Diffstat (limited to 'keyboards/pluckey')
-rw-r--r-- | keyboards/pluckey/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/pluckey/config.h b/keyboards/pluckey/config.h index fec85ce938..05e351021b 100644 --- a/keyboards/pluckey/config.h +++ b/keyboards/pluckey/config.h @@ -47,9 +47,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* communication between sides */ #define SOFT_SERIAL_PIN D2 -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ |