mirror of
https://github.com/dnlbauer/corax-zmk-config.git
synced 2026-09-10 21:55:29 +00:00
feat: update mouse scroll speed
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user