]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/kmini/config.h
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)
[qmk_firmware.git] / keyboards / kmini / config.h
index 7a795d49df980a32190f4f74d7cd508bdf9a9ddb..b5460c9dea169fea222843922e72de9259c93784 100755 (executable)
@@ -48,6 +48,6 @@
 // #define BACKLIGHT_BREATHING
 
 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCING_DELAY 5
+#define DEBOUNCE 5
 
 #endif