feat: increase mouse scrolling speed

This commit is contained in:
daniel
2025-05-25 22:43:03 +02:00
parent 36724ffdf9
commit 1a95a594df

View File

@@ -1,3 +1,6 @@
#define ZMK_POINTING_DEFAULT_MOVE_VAL 1500 // default: 600
#define ZMK_POINTING_DEFAULT_SCRL_VAL 20 // default: 10
#include <behaviors.dtsi> #include <behaviors.dtsi>
#include <dt-bindings/zmk/bt.h> #include <dt-bindings/zmk/bt.h>
#include <dt-bindings/zmk/keys.h> #include <dt-bindings/zmk/keys.h>
@@ -17,6 +20,12 @@
continue-list = <UNDERSCORE MINUS LS(MINUS) UP DOWN LEFT RIGHT BSPC DEL>; 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 { behaviors {