From bb8cf5f4c4837fc30930ace8f7526c2835970c18 Mon Sep 17 00:00:00 2001 From: "byran.tech" <61983584+Hello9999901@users.noreply.github.com> Date: Thu, 7 Jul 2022 18:01:18 -0400 Subject: [PATCH] Update docs/docs/faq.md Co-authored-by: Kurtis Lew --- docs/docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/faq.md b/docs/docs/faq.md index 8b2966c3..346f8524 100644 --- a/docs/docs/faq.md +++ b/docs/docs/faq.md @@ -82,7 +82,7 @@ Currently, ZMK only supports wireless split, but wired split is possible and we ### How is the latency? -ZMK uses [interrupts](https://en.wikipedia.org/wiki/Interrupt) to scan for key presses. Thus, the polling speed is high (> 1ms) and lowers input delay. For more information on ZMK's latency, check out this [video](https://www.youtube.com/watch?v=jWL4nU-vtWs). +ZMK uses [interrupts](https://en.wikipedia.org/wiki/Interrupt) to scan for key presses. Thus, the polling speed is high (> 1ms) and lowers input delay. For a comparison of input latency between ZMK and other keyboard offerings, see this [video](https://www.youtube.com/watch?v=jWL4nU-vtWs). ### What bootloader does ZMK use?