]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/sentraq/s60_x/default/config.h
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)
[qmk_firmware.git] / keyboards / sentraq / s60_x / default / config.h
index d7fb79625c75b4ecb374f6a072029f46e0fa0e2a..dc411414348c005149fcc36814066b8da01de2f4 100644 (file)
@@ -36,7 +36,7 @@
 #define DIODE_DIRECTION COL2ROW
 
 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
-#define DEBOUNCING_DELAY 5
+#define DEBOUNCE 5
 
 #define LOCKING_SUPPORT_ENABLE
 #define LOCKING_RESYNC_ENABLE
@@ -44,4 +44,3 @@
 #define NO_ACTION_ONESHOT
 #define NO_ACTION_MACRO
 #define NO_ACTION_FUNCTION
-