mirror of
https://git.kb-one.de/kb01/kyria-keyboard-config.git
synced 2025-12-05 11:18:53 +00:00
modified scroll speed
This commit is contained in:
parent
8ac3e1f4b8
commit
86393cb371
|
|
@ -240,13 +240,13 @@
|
|||
compatible = "zmk,behavior-sensor-rotate";
|
||||
#sensor-binding-cells = <0>;
|
||||
bindings = <&msc MOVE_UP>, <&msc MOVE_DOWN>;
|
||||
tap-ms = <40>;
|
||||
tap-ms = <10>;
|
||||
};
|
||||
mouse_scroll_horizontal: mouse_scroll_horizontal {
|
||||
compatible = "zmk,behavior-sensor-rotate";
|
||||
#sensor-binding-cells = <0>;
|
||||
bindings = <&msc MOVE_RIGHT>, <&msc MOVE_LEFT>;
|
||||
tap-ms = <40>;
|
||||
tap-ms = <10>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue