Skip to content

Commit

Permalink
Fix reset
Browse files Browse the repository at this point in the history
  • Loading branch information
zoriya committed Aug 23, 2024
1 parent 59edb52 commit 3658c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/abyss.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
hold-trigger-on-release;
};

reset: tap_dance_rst {
sm_reset: tap_dance_rst {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
tapping-term-ms = <TAPPING_TERM>;
Expand Down Expand Up @@ -149,7 +149,7 @@
others {
bindings = <
// ╭───────────────┬────────────────┬────────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────╮
&none &none &none &reset &reset &kp C_MUTE &kp VOLDWN &kp VOLUP
&none &none &none &sm_reset &sm_reset &kp C_MUTE &kp VOLDWN &kp VOLUP
//╭─────────────────┼───────────────┼────────────────┼────────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼────────────────╮
&none &none &none &none &none &bt BT_SEL 4 &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3
//├─────────────────┼───────────────┼────────────────┼────────────────┼─────────────╯ ╰─────────────┼─────────────┼─────────────┼─────────────┼────────────────┤
Expand Down

0 comments on commit 3658c58

Please sign in to comment.