corrections
This commit is contained in:
@@ -21,69 +21,69 @@
|
||||
bindings = <&kp>, <&kp>;
|
||||
};
|
||||
|
||||
esc_shct: tap_dance_mod_tap {
|
||||
esc_shct: escape_shortcut {
|
||||
compatible = "zmk,behavior-tap-dance";
|
||||
#binding-cells = <0>;
|
||||
tapping-term-ms = <200>;
|
||||
bindings = <&mt LSHIFT ESC>, <&kp LCTRL>;
|
||||
};
|
||||
|
||||
eq_dot: tap_dance_mod_tap {
|
||||
eq_dot: equal_dot {
|
||||
compatible = "zmk,behavior-tap-dance";
|
||||
#binding-cells = <0>;
|
||||
tapping-term-ms = <200>;
|
||||
bindings = <&kp EQUAL>, <&kp DOT>;
|
||||
};
|
||||
|
||||
dash_slsh: tap_dance_mod_tap {
|
||||
dash_slsh: dash_slash {
|
||||
compatible = "zmk,behavior-tap-dance";
|
||||
#binding-cells = <0>;
|
||||
tapping-term-ms = <200>;
|
||||
bindings = <&kp MINUS>, <&kp SLASH>;
|
||||
};
|
||||
|
||||
tab_ret: tap_dance_mod_tap {
|
||||
tab_ret: tab_return {
|
||||
compatible = "zmk,behavior-tap-dance";
|
||||
#binding-cells = <0>;
|
||||
tapping-term-ms = <200>;
|
||||
bindings = <&kp TAB>, <&kp RET>;
|
||||
};
|
||||
|
||||
f1_f7: tap_dance_mod_tap {
|
||||
f1_f7: function1 {
|
||||
compatible = "zmk,behavior-tap-dance";
|
||||
#binding-cells = <0>;
|
||||
tapping-term-ms = <200>;
|
||||
bindings = <&kp F1>, <&kp F7>;
|
||||
};
|
||||
|
||||
f2_f8: tap_dance_mod_tap {
|
||||
f2_f8: function2 {
|
||||
compatible = "zmk,behavior-tap-dance";
|
||||
#binding-cells = <0>;
|
||||
tapping-term-ms = <200>;
|
||||
bindings = <&kp F2>, <&kp F8>;
|
||||
};
|
||||
|
||||
f3_f9: tap_dance_mod_tap {
|
||||
f3_f9: function3 {
|
||||
compatible = "zmk,behavior-tap-dance";
|
||||
#binding-cells = <0>;
|
||||
tapping-term-ms = <200>;
|
||||
bindings = <&kp F3>, <&kp F9>;
|
||||
};
|
||||
|
||||
f4_f10: tap_dance_mod_tap {
|
||||
f4_f10: function4 {
|
||||
compatible = "zmk,behavior-tap-dance";
|
||||
#binding-cells = <0>;
|
||||
tapping-term-ms = <200>;
|
||||
bindings = <&kp F4>, <&kp F10>;
|
||||
};
|
||||
|
||||
f5_f11: tap_dance_mod_tap {
|
||||
f5_f11: function5 {
|
||||
compatible = "zmk,behavior-tap-dance";
|
||||
#binding-cells = <0>;
|
||||
tapping-term-ms = <200>;
|
||||
bindings = <&kp F5>, <&kp F11>;
|
||||
};
|
||||
f6_f12: tap_dance_mod_tap {
|
||||
f6_f12: function6 {
|
||||
compatible = "zmk,behavior-tap-dance";
|
||||
#binding-cells = <0>;
|
||||
tapping-term-ms = <200>;
|
||||
|
||||
Reference in New Issue
Block a user