From eda37ded3ac6946ca84b41eba1e533ff17f9a445 Mon Sep 17 00:00:00 2001 From: Deon Spengler Date: Fri, 11 Jun 2021 23:18:52 +0200 Subject: [PATCH] Changed debounce algorithma --- keyboards/handwired/adept42/rules.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/keyboards/handwired/adept42/rules.mk b/keyboards/handwired/adept42/rules.mk index 847f3a2ed8..8632f81d6c 100644 --- a/keyboards/handwired/adept42/rules.mk +++ b/keyboards/handwired/adept42/rules.mk @@ -22,6 +22,7 @@ MOUSEKEY_ENABLE = no EXTRAKEY_ENABLE = yes CONSOLE_ENABLE = no COMMAND_ENABLE = no +DEBOUNCE_TYPE = sym_eager_pk NKRO_ENABLE = yes BACKLIGHT_ENABLE = no MIDI_ENABLE = no