]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/thevankeyboards/bananasplit/config.h
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)
[qmk_firmware.git] / keyboards / thevankeyboards / bananasplit / config.h
index a96c59dbb8a9f51b47d98d392a9db625521e7c1e..7c0b5b201a2599a486138b8fe63ec5ff46a2f7b3 100644 (file)
@@ -48,7 +48,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define BACKLIGHT_PIN B7
 
 /* Set 0 if debouncing isn't needed */
-#define DEBOUNCING_DELAY  5
+#define DEBOUNCE  5
 #define TAPPING_TERM      175
 
 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */