Skip to content

Commit

Permalink
change mouse layer button functions
Browse files Browse the repository at this point in the history
  • Loading branch information
280Zo committed Aug 27, 2024
1 parent 400fb6d commit f14e9db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/charybdis.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
tdtb: td_mouse_scroll {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
bindings = <&httl 0 7>, <&to 9>;
bindings = <&httl 9 7>, <&to 0>;
tapping-term-ms = <200>;
};

tdtb2: td_slow_scroll {
compatible = "zmk,behavior-tap-dance";
#binding-cells = <0>;
bindings = <&httl 9 7>, <&httl 8 0>;
bindings = <&httl 9 0>, <&to 8>;
};

httl: ht_two_layers {
Expand Down

0 comments on commit f14e9db

Please sign in to comment.