Initial implementation of hold-tap

This commit is contained in:
Okke Formsma
2020-09-01 14:37:37 +02:00
parent 4202db5a01
commit c33931c72c
119 changed files with 1561 additions and 263 deletions

View File

@@ -0,0 +1,12 @@
/ {
behaviors {
ht: behavior_homerow_mod {
compatible = "zmk,behavior-hold-tap";
label = "homerow_mod";
#binding-cells = <2>;
flavor = "balanced";
tapping_term_ms = <200>;
bindings = <&kp>, <&kp>;
};
};
};