]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/1upkeyboards/sweet16/config.h
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)
[qmk_firmware.git] / keyboards / 1upkeyboards / sweet16 / config.h
index b05b5774006e2955c17defa2d4cf8d0718ad6650..23b590c2c1c20b51f8e048ee751f9776d19082f1 100644 (file)
@@ -29,7 +29,7 @@
 #endif
 
 /* Set 0 if debouncing isn't needed */
-#define DEBOUNCING_DELAY 5
+#define DEBOUNCE 5
 
 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
 #define LOCKING_SUPPORT_ENABLE
@@ -45,4 +45,3 @@
 #define RGBLIGHT_SAT_STEP 8
 #define RGBLIGHT_VAL_STEP 8
 #endif
-