Skip to content

Commit

Permalink
Corne: remove deprecated label properties
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel2887 committed Jun 22, 2024
1 parent 1ef3b0a commit 151ace2
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
behaviors {
mltp: media_layer_tap_preferred {
compatible = "zmk,behavior-hold-tap";
label = "MEDIA_LAYER_TAP_PREFERRED";
#binding-cells = <2>;
flavor = "tap-preferred";
tapping-term-ms = <300>;
Expand All @@ -73,23 +72,20 @@

// tdsc: tap_dance_shift_caps_word {
// compatible = "zmk,behavior-tap-dance";
// label = "TAP_DANCE_SHIFT_CAPS_WORD";
// #binding-cells = <0>;
// tapping-term-ms = <200>;
// bindings = <&kp LSHFT>, <&caps_word>;
// };

tdte: tap_dance_tab_esc {
compatible = "zmk,behavior-tap-dance";
label = "TAP_DANCE_TAB_ESC";
#binding-cells = <0>;
tapping-term-ms = <200>;
bindings = <&kp TAB>, <&kp ESC>;
};

tdtl: tap_dance_to_layer {
compatible = "zmk,behavior-tap-dance";
label = "TAP_DANCE_TO_LAYER";
#binding-cells = <0>;
tapping-term-ms = <1000>;
bindings = <&to DEFAULT>, <&to GAME>, <&to ARROWS>;
Expand All @@ -98,7 +94,6 @@
// From docs (https://zmk.dev/docs/behaviors/hold-tap#example-use-cases)
lh_pht: left_hand_positional_hold_tap {
compatible = "zmk,behavior-hold-tap";
label = "LEFT_POSITIONAL_HOLD_TAP";
#binding-cells = <2>;
flavor = "tap-preferred";
tapping-term-ms = <150>; // <---[[produces tap if held longer than tapping-term-ms]]
Expand All @@ -125,7 +120,6 @@
// From docs (https://zmk.dev/docs/behaviors/hold-tap#example-use-cases)
rh_pht: right_hand_positional_hold_tap {
compatible = "zmk,behavior-hold-tap";
label = "RIGHT_POSITIONAL_HOLD_TAP";
#binding-cells = <2>;
flavor = "tap-preferred";
tapping-term-ms = <150>; // <---[[produces tap if held longer than tapping-term-ms]]
Expand All @@ -142,7 +136,6 @@
// Usage example: &mt_cw LCTRL 0
// mt_cw: mod_tap_caps_word {
// compatible = "zmk,behavior-hold-tap";
// label = "MT_CW";
// #binding-cells = <2>;
// tapping-term-ms = <150>;
// flavor = "balanced";
Expand All @@ -153,7 +146,6 @@
// Usage example: &lt_cw NAV 0
lt_cw: layer_tap_caps_word {
compatible = "zmk,behavior-hold-tap";
label = "LT_CW";
#binding-cells = <2>;
tapping-term-ms = <200>;
flavor = "tap-preferred";
Expand All @@ -162,7 +154,6 @@

lt_mk: layer_tap_mo_kp {
compatible = "zmk,behavior-hold-tap";
label = "LT_MK";
#binding-cells = <2>;
tapping-term-ms = <150>;
flavor = "tap-preferred";
Expand All @@ -173,7 +164,6 @@

macros {
l_uni_le: linux_unicode_less_than_or_equal {
label = "LINUX_UNICODE_LE";
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
wait-ms = <10>;
Expand All @@ -182,7 +172,6 @@
};

l_uni_ge: linux_unicode_greater_than_or_equal {
label = "LINUX_UNICODE_GE";
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
wait-ms = <10>;
Expand All @@ -191,7 +180,6 @@
};

l_uni_qe: linux_unicode_questioned_equals {
label = "LINUX_UNICODE_QE";
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
wait-ms = <10>;
Expand All @@ -200,7 +188,6 @@
};

l_uni_re: linux_unicode_roughly_equals {
label = "LINUX_UNICODE_RE";
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
wait-ms = <10>;
Expand All @@ -209,7 +196,6 @@
};

l_uni_degree: linux_unicode_degree {
label = "LINUX_UNICODE_DEG";
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
wait-ms = <10>;
Expand Down

0 comments on commit 151ace2

Please sign in to comment.