feat: update mouse scroll speed

This commit is contained in:
daniel
2025-05-25 22:53:05 +02:00
parent a710dd21a7
commit da240638e2

View File

@@ -1,4 +1,3 @@
#define ZMK_POINTING_DEFAULT_MOVE_VAL 1500 // default: 600
#define ZMK_POINTING_DEFAULT_SCRL_VAL 20 // default: 10
#include <behaviors.dtsi>
@@ -20,12 +19,6 @@
continue-list = <UNDERSCORE MINUS LS(MINUS) UP DOWN LEFT RIGHT BSPC DEL>;
};
&msc {
acceleration-exponent = <1>; // 0
time-to-max-speed-ms = <500>; // 300
delay-ms = <0>; // 0
};
/ {
behaviors {