From f14e9db0a138b58574b9404df7825943dba7c4c5 Mon Sep 17 00:00:00 2001 From: AJ <1754228+280Zo@users.noreply.github.com> Date: Mon, 26 Aug 2024 21:24:19 -0700 Subject: [PATCH] change mouse layer button functions --- config/charybdis.keymap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/charybdis.keymap b/config/charybdis.keymap index 6ccb8410..053aa96a 100644 --- a/config/charybdis.keymap +++ b/config/charybdis.keymap @@ -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 {