]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/feature_bootmagic.md
[Keymap] Add missing tap dance action and fix RGB hues in personal keymaps (#6312)
[qmk_firmware.git] / docs / feature_bootmagic.md
index 39e4e47f4e09938d1b9207587ab361270b7b27e1..225189ccb7642bb955233ae005f90fa9028a8b5c 100644 (file)
@@ -140,7 +140,7 @@ To replace the function, all you need to do is add something like this to your c
 ```c
 void bootmagic_lite(void) {
     matrix_scan();
-    wait_ms(DEBOUNCING_DELAY * 2);
+    wait_ms(DEBOUNCE * 2);
     matrix_scan();
 
     if (matrix_get_row(BOOTMAGIC_LITE_ROW) & (1 << BOOTMAGIC_LITE_COLUMN)) {