Skip to content

Commit

Permalink
fix: remove tap dance things
Browse files Browse the repository at this point in the history
  • Loading branch information
raeedcho committed Jan 19, 2024
1 parent e6258be commit 20a584e
Showing 1 changed file with 3 additions and 45 deletions.
48 changes: 3 additions & 45 deletions config/boards/shields/temper/temper.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -81,48 +81,6 @@
bindings = <&kp AMPS>, <&kp PIPE>;
mods = <(MOD_LSFT)>;
};
qwerty_tog: qwerty_toggle {
compatible = "zmk,behavior-tap-dance";
label = "QWERTY_TOGGLE";
#binding-cells = <0>;
bindings = <&trans>, <&trans>, <&trans>, <&trans>, <&tog QWERTY>;
};
bt_clear: bt_clear {
compatible = "zmk,behavior-tap-dance";
label = "BT_CLEAR";
#binding-cells = <0>;
bindings = <&trans>, <&trans>, <&trans>, <&trans>, <&bt BT_CLR>;
};
bt0: bt_sel_0 {
compatible = "zmk,behavior-tap-dance";
label = "BT_SEL_0";
#binding-cells = <0>;
bindings = <&trans>, <&trans>, <&trans>, <&trans>, <&bt BT_SEL 0>;
};
bt1: bt_sel_1 {
compatible = "zmk,behavior-tap-dance";
label = "BT_SEL_1";
#binding-cells = <0>;
bindings = <&trans>, <&trans>, <&trans>, <&trans>, <&bt BT_SEL 1>;
};
bt2: bt_sel_2 {
compatible = "zmk,behavior-tap-dance";
label = "BT_SEL_2";
#binding-cells = <0>;
bindings = <&trans>, <&trans>, <&trans>, <&trans>, <&bt BT_SEL 2>;
};
bt3: bt_sel_3 {
compatible = "zmk,behavior-tap-dance";
label = "BT_SEL_3";
#binding-cells = <0>;
bindings = <&trans>, <&trans>, <&trans>, <&trans>, <&bt BT_SEL 3>;
};
bt4: bt_sel_4 {
compatible = "zmk,behavior-tap-dance";
label = "BT_SEL_4";
#binding-cells = <0>;
bindings = <&trans>, <&trans>, <&trans>, <&trans>, <&bt BT_SEL 4>;
};
};
keymap {
compatible = "zmk,keymap";
Expand Down Expand Up @@ -184,11 +142,11 @@
fun_layer {
bindings = <
// ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
&qwerty_tog &kp K_MUTE &kp C_VOL_DN &kp C_VOL_UP &out OUT_TOG &trans &kp F7 &kp F8 &kp F9 &kp F12
&tog QWERTY &kp K_MUTE &kp C_VOL_DN &kp C_VOL_UP &out OUT_TOG &trans &kp F7 &kp F8 &kp F9 &kp F12
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&bt0 &bt1 &bt2 &bt3 &bt4 &trans &kp F4 &kp F5 &kp F6 &kp F11
&bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &trans &kp F4 &kp F5 &kp F6 &kp F11
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&bt_clear &kp C_PREV &kp C_PP &kp C_NEXT &trans &trans &kp F1 &kp F2 &kp F3 &kp F10
&bt BT_CLR &kp C_PREV &kp C_PP &kp C_NEXT &trans &trans &kp F1 &kp F2 &kp F3 &kp F10
// ╰─────────────┴─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┴─────────────╯
&trans &trans &trans &trans &trans &trans
// ╰─────────────┴─────────────┴─────────────╯ ╰─────────────┴─────────────┴─────────────╯
Expand Down

0 comments on commit 20a584e

Please sign in to comment.