#Hold = layer | Tap = Backspace | Double tap = repeated backspace ; how to implement this behaviour ?
1 messages · Page 1 of 1 (latest)
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>;
};