mirror of
https://github.com/dnlbauer/corax-zmk-config.git
synced 2026-09-10 13:45:29 +00:00
feat: update mouse scroll speed
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
#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>
|
||||||
#include <dt-bindings/zmk/outputs.h>
|
#include <dt-bindings/zmk/outputs.h>
|
||||||
#include <dt-bindings/zmk/ext_power.h>
|
#include <dt-bindings/zmk/ext_power.h>
|
||||||
|
|
||||||
|
#define ZMK_POINTING_DEFAULT_SCRL_VAL 20 // default: 10
|
||||||
#include <dt-bindings/zmk/pointing.h>
|
#include <dt-bindings/zmk/pointing.h>
|
||||||
|
|
||||||
#define COLEMAK 0
|
#define COLEMAK 0
|
||||||
@@ -19,6 +20,13 @@
|
|||||||
continue-list = <UNDERSCORE MINUS LS(MINUS) UP DOWN LEFT RIGHT BSPC DEL>;
|
continue-list = <UNDERSCORE MINUS LS(MINUS) UP DOWN LEFT RIGHT BSPC DEL>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// mouse scroll speed
|
||||||
|
&msc {
|
||||||
|
acceleration-exponent = <1>;
|
||||||
|
time-to-max-speed-ms = <0>;
|
||||||
|
delay-ms = <0>;
|
||||||
|
};
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
|
||||||
behaviors {
|
behaviors {
|
||||||
|
|||||||
Reference in New Issue
Block a user