There are inconsistencies with the tap-hold/hold-tap naming, e.g. it is called TapHoldTracker but the Action is called HoldTap and corresponding HoldTapConfig.
Then the interval is called tap_hold_interval and the tracker is called tap_hold_tracker.
I suggest establishing a uniform naming scheme by fixing one of the variants and I would be happy to file a PR for one or the other versions.
There are inconsistencies with the tap-hold/hold-tap naming, e.g. it is called
TapHoldTracker
but theAction
is calledHoldTap
and correspondingHoldTapConfig
. Then the interval is calledtap_hold_interval
and the tracker is calledtap_hold_tracker
.I suggest establishing a uniform naming scheme by fixing one of the variants and I would be happy to file a PR for one or the other versions.