fix(docs): Update QMK debounce references

This commit is contained in:
Albert Y 2023-05-10 12:21:24 +08:00 committed by Pete Johanson
parent 94789a092c
commit 48be2eedd0

View File

@ -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.