From 48be2eedd09d4918d25d8bcb8bcb58e51eff6060 Mon Sep 17 00:00:00 2001
From: Albert Y <76888457+filterpaper@users.noreply.github.com>
Date: Wed, 10 May 2023 12:21:24 +0800
Subject: [PATCH] fix(docs): Update QMK debounce references

---
 docs/docs/features/debouncing.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/docs/docs/features/debouncing.md b/docs/docs/features/debouncing.md
index 9629131d..40170739 100644
--- a/docs/docs/features/debouncing.md
+++ b/docs/docs/features/debouncing.md
@@ -99,8 +99,6 @@ one millisecond of latency but protects against short noise spikes.
 
 ZMK's default debouncing is similar to QMK's `sym_defer_pk` algorithm.
 
-Setting `CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=0` for eager debouncing would be similar
-to QMK's (unimplemented as of this writing) `asym_eager_defer_pk`.
+Setting `CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=0` for eager debouncing would be similar to QMK's `asym_eager_defer_pk`.
 
-See [QMK's Debounce API documentation](https://beta.docs.qmk.fm/using-qmk/software-features/feature_debounce_type)
-for more information.
+See [QMK's Debounce API documentation](https://docs.qmk.fm/#/feature_debounce_type) for more information.