Keyboard Builders' Digest
Save 10% at Lofree! Code: KBDNEWS
Keyboard Builders' Digest / Tips & Tricks

QMK debounce masterclass

QMK contributor u/x34l explains different debounce algorithms and shares some of his measurements.

KBD.news
Published November 4, 2020
Creators! Feel free to tip me off about your keyboard related projects to bring them to 140K readers.

In his post, fellow Redditor x34l sheds some light on debounce algorithms.

Hi, I'm one of the (many) devs who did debouncing code at some point for QMK – x34l.

The default debounce algorithm has some latency repercussions meaning you can get some nasty 30ms+ response times sometimes while typing.

There are a few algorithms available (eager-pr, eager-pk) that reduce latency by 5-10ms.

Do note that to get the best algorithm, you need to find out your scan rate.

If it's below 500, try eager-pr, and if its above 800, try eager-pk.

Allegedly, some keyboards such as ErgodoxEZ were plagued by latency in the default algorithm, and an eager-pr/eager-pk style debounce reduced latency by a noticeable amount.

More info:

https://docs.qmk.fm/#/feature_debounce_type

tl;dr

In rules.mk:

if you have DEBOUNCE_TYPE = CUSTOM then leave it.

Otherwise: DEBOUNCE_TYPE = sym_eager_pk or DEBOUNCE_TYPE = sym_eager_pr

Finally, here is a click latency video, using Goose Enterprises' LagMeter:

Do you like this post? Share, donate, subscribe, tip me off!

Published on Wed 4th Nov 2020. Featured in KBD #1 (source).


Related

Ikea tenting stand

Tenting stand based on Ikea parts by vagabionda.

VIK standard

Sadek Baroudi released his VIK standard, which is a set of specifications and guidelines for interfacing between printed circuit boards, e.g. a main keyboard PCB and a module that supports specific features.

Splatter painted keycaps

Human_Evolution shares his experiences with splatter painting a keyboard in the '80/90s style.

How to integrate a trackpoint into your keyboard

Based on his trackpoint builds, heyisjambo shares his experiences on how to integrate a trackpoint into your keyboard (ZMK).

Key Micro RP

The key micro RP offered by abitkeys is another RP2040-based controller with some extras.

Extreme tenting

Minimalist high-angle tenting by macroxue.

×
top