]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/wilba_tech/wt_main.c
[Keyboard] Added WT65-B, WT75-B, minor fixes (#5991)
[qmk_firmware.git] / keyboards / wilba_tech / wt_main.c
index 7a63ab5b74e628e762ecda01a4302b9ff3f11cc9..f8056839a7b2a3adcafb74838cc579622c3eac88 100644 (file)
@@ -213,8 +213,8 @@ void bootmagic_lite(void)
 
        // We need multiple scans because debouncing can't be turned off.
        matrix_scan();
-       wait_ms(DEBOUNCING_DELAY);
-       wait_ms(DEBOUNCING_DELAY);
+       wait_ms(DEBOUNCE);
+       wait_ms(DEBOUNCE);
        matrix_scan();
 
        // If the Esc (matrix 0,0) is held down on power up,