invert scrolling direction
All checks were successful
/ build (push) Successful in 3m40s

This commit is contained in:
Kaybee 2024-09-24 23:55:47 +02:00
parent 86393cb371
commit cb0ab0af3d

View file

@ -239,7 +239,7 @@
mouse_scroll_vertical: mouse_scroll_vertical {
compatible = "zmk,behavior-sensor-rotate";
#sensor-binding-cells = <0>;
bindings = <&msc MOVE_UP>, <&msc MOVE_DOWN>;
bindings = <&msc MOVE_DOWN>, <&msc MOVE_UP>;
tap-ms = <10>;
};
mouse_scroll_horizontal: mouse_scroll_horizontal {