Skip to content

Commit

Permalink
fix(docs): Update QMK debounce references
Browse files Browse the repository at this point in the history
  • Loading branch information
filterpaper authored and petejohanson committed May 10, 2023
1 parent 94789a0 commit 48be2ee
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/docs/features/debouncing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 48be2ee

Please sign in to comment.