]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/hs60/v1/v1.c
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)
[qmk_firmware.git] / keyboards / hs60 / v1 / v1.c
index 5267c94576e146440cf9ef66c02bd72ca6530f57..70c1c2128eba1c728b2812d2f4943033e8db24ac 100644 (file)
@@ -315,7 +315,7 @@ void bootmagic_lite(void)
 
        // We need multiple scans because debouncing can't be turned off.
        matrix_scan();
-       wait_ms(DEBOUNCING_DELAY);
+       wait_ms(DEBOUNCE);
        matrix_scan();
 
        // If the Esc and space bar are held down on power up,