mirror of
https://github.com/dnlbauer/corax-zmk-config.git
synced 2026-09-10 13:45:29 +00:00
feat: increase mouse scrolling speed
This commit is contained in:
@@ -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 <dt-bindings/zmk/bt.h>
|
||||
#include <dt-bindings/zmk/keys.h>
|
||||
@@ -17,6 +20,12 @@
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user