From 16de14db4be2aab50a0a9096c6c22eddcd740193 Mon Sep 17 00:00:00 2001 From: XiNGRZ Date: Wed, 18 Oct 2023 13:56:35 +0800 Subject: [PATCH] keymap: dynamic: Fix direction * CCW is inc --- config/hw75_dynamic.keymap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hw75_dynamic.keymap b/config/hw75_dynamic.keymap index e8c90fb1..eb0208a2 100644 --- a/config/hw75_dynamic.keymap +++ b/config/hw75_dynamic.keymap @@ -50,14 +50,14 @@ label = "音量"; icon = [EF 86 AE]; bindings = <&lvkp LV_KEY_PREV &lvkp LV_KEY_NEXT>; - sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP>; + sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN>; }; scroll { label = "滚动"; icon = [EF 86 8A]; bindings = <&trans &trans>; - sensor-bindings = <&inc_dec_mw MW_UP(1) MW_DN(1)>; + sensor-bindings = <&inc_dec_mw MW_DN(1) MW_UP(1)>; }; tasks {