From 1816babaea13039ca79ffdc9fb2e7bd168130701 Mon Sep 17 00:00:00 2001 From: Daniel Bauer <4690162+dnlbauer@users.noreply.github.com> Date: Mon, 25 Sep 2023 14:03:21 +0200 Subject: [PATCH] change right scrollwheel behaviour --- config/boards/shields/corax56/corax56.keymap | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/config/boards/shields/corax56/corax56.keymap b/config/boards/shields/corax56/corax56.keymap index 7fcc7c1..4d881b9 100644 --- a/config/boards/shields/corax56/corax56.keymap +++ b/config/boards/shields/corax56/corax56.keymap @@ -112,7 +112,7 @@ &kp LGUI &kp LALT &mo SYM &kp SPACE &kp ENTER < NAV ESC &kp RALT &kp RGUI >; - sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp C_PREV C_NEXT>; + sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp DOWN UP>; }; qwerty_layer { @@ -125,7 +125,7 @@ &trans &trans &trans &trans &trans &trans &trans &trans >; - sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp C_PREV C_NEXT>; + sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp DOWN UP>; }; // left mod @@ -139,7 +139,7 @@ &trans &trans &trans &trans &trans &trans &trans &trans >; - sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp C_PREV C_NEXT>; + sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp DOWN UP>; }; // right mod @@ -166,9 +166,7 @@ &trans &trans &trans &trans &trans &trans &trans &trans >; - sensor-bindings = - <&inc_dec_kp C_VOL_DN C_VOL_UP>, - <&inc_dec_kp C_PREV C_NEXT>; + sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp DOWN UP>; }; }; };