From bea4f7d8d1929f43ca2fc1f90238174deab6b31d Mon Sep 17 00:00:00 2001 From: daniel Date: Sat, 29 Jul 2023 00:35:39 +0200 Subject: [PATCH] scroll direction --- config/boards/shields/ownkb/ownkb.keymap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boards/shields/ownkb/ownkb.keymap b/config/boards/shields/ownkb/ownkb.keymap index 3868ffd..1181b03 100644 --- a/config/boards/shields/ownkb/ownkb.keymap +++ b/config/boards/shields/ownkb/ownkb.keymap @@ -32,7 +32,7 @@ bindings = < &kp LGUI &kp LALT < 0 ESC &kp SPACE &kp ENTER < 0 BSPC &kp RALT &kp RGUI >; - sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp C_NEXT C_PREV>; + sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp C_PREV C_NEXT>; }; }; };