#Hold = layer | Tap = Backspace | Double tap = repeated backspace ; how to implement this behaviour ?

1 messages · Page 1 of 1 (latest)

weak trail
#

Hello, on my thumb I would like to implement the following behaviour :

  • Hold = layer,
  • Tap = Backspace,
  • Double tap = repeated backspace

I have not found how to implement this behaviour. Any help ? Thx in advance

valid igloo
#

you probably just need to play with these sttings
tapping-term-ms = <220>;
quick-tap-ms = <180>;
because tap-tap-hold within quick-tap time shall give You same behaviour as holding BSPC on regular keyboard

#

this works for me really nice
bst: backspace-tap {
compatible = "zmk,behavior-hold-tap";
label = "BSPC_TAP_SYM_HOLD";
#binding-cells = <2>;
flavor = "balanced";
tapping-term-ms = <220>;
quick-tap-ms = <170>;
//require-prior-idle-ms = <100>;
bindings = <&mo>, <&kp>;
};