9a7908b632
Tap-and-hold a hold-tap to hold the tap behavior so it can repeat. After a tap, if the same key is pressed within `quick_tap_ms`, the tap behavior is always picked. This is useful for things like `&ht LSHFT BACKSPACE` where holding the backspace is required. Implements #288.
4 lines
No EOL
125 B
Text
4 lines
No EOL
125 B
Text
s/.*hid_listener_keycode/kp/p
|
|
s/.*mo_keymap_binding/mo/p
|
|
s/.*on_hold_tap_binding/ht_binding/p
|
|
s/.*decide_hold_tap/ht_decide/p |