#include #include #include / { behaviors { ht_hold: behavior_hold_tap_hold_preferred { compatible = "zmk,behavior-hold-tap"; label = "HOLD_TAP_HOLD_PREFERRED"; #binding-cells = <2>; flavor = "hold-preferred"; tapping-term-ms = <300>; quick-tap-ms = <200>; bindings = <&kp>, <&kp>; hold-enabler-keys = <88>; }; }; keymap { compatible = "zmk,keymap"; label ="Default keymap"; default_layer { bindings = < &ht_hold LEFT_SHIFT F &kp J &kp D &kp RIGHT_CONTROL>; }; }; };