aboutsummaryrefslogtreecommitdiff
path: root/keyboards/hs60/v1/v1.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/hs60/v1/v1.c')
-rw-r--r--keyboards/hs60/v1/v1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/hs60/v1/v1.c b/keyboards/hs60/v1/v1.c
index 5267c9457..70c1c2128 100644
--- a/keyboards/hs60/v1/v1.c
+++ b/keyboards/hs60/v1/v1.c
@@ -315,7 +315,7 @@ void bootmagic_lite(void)
315 315
316 // We need multiple scans because debouncing can't be turned off. 316 // We need multiple scans because debouncing can't be turned off.
317 matrix_scan(); 317 matrix_scan();
318 wait_ms(DEBOUNCING_DELAY); 318 wait_ms(DEBOUNCE);
319 matrix_scan(); 319 matrix_scan();
320 320
321 // If the Esc and space bar are held down on power up, 321 // If the Esc and space bar are held down on power up,