forked from kofal.net/zmk
Initial implementation of hold-tap
This commit is contained in:
12
app/dts/behaviors/layer_tap.dtsi
Normal file
12
app/dts/behaviors/layer_tap.dtsi
Normal file
@@ -0,0 +1,12 @@
|
||||
/ {
|
||||
behaviors {
|
||||
lt: behavior_layer_tap {
|
||||
compatible = "zmk,behavior-hold-tap";
|
||||
label = "LAYER_TAP";
|
||||
#binding-cells = <2>;
|
||||
flavor = "tap-preferred";
|
||||
tapping_term_ms = <200>;
|
||||
bindings = <&mo>, <&kp>;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user