Initial implementation of hold-tap
This commit is contained in:
parent
4202db5a01
commit
c33931c72c
119 changed files with 1561 additions and 263 deletions
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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue