]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/baguette/baguette.c
[Keyboard] fixed pins for numpad_5x4 layout (#6311)
[qmk_firmware.git] / keyboards / baguette / baguette.c
index 6a8df873ab2325180d15e0c0bdb426a12b42e03a..751a31725626dce75fa7fde030f9dd83a67c40f0 100644 (file)
@@ -23,7 +23,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,