Expand description
Hot-path matrix scanning: column stability check, rapid-trigger logic, and per-key travel computation.
auto_calib_update and travel_from are free functions so they can be
inlined into AnalogHallMatrix::scan_for_next_change without going
through an extra method dispatch.
Functionsยง
- auto_
calib_ ๐update - Update the auto-calibration state machine for a single key.
- travel_
from ๐ - Convert a raw ADC reading into a travel value.