mirror of
https://git.kb-one.de/kb01/kyria-keyboard-config.git
synced 2025-12-05 11:18:53 +00:00
invert scrolling direction
This commit is contained in:
parent
86393cb371
commit
cb0ab0af3d
|
|
@ -239,7 +239,7 @@
|
||||||
mouse_scroll_vertical: mouse_scroll_vertical {
|
mouse_scroll_vertical: mouse_scroll_vertical {
|
||||||
compatible = "zmk,behavior-sensor-rotate";
|
compatible = "zmk,behavior-sensor-rotate";
|
||||||
#sensor-binding-cells = <0>;
|
#sensor-binding-cells = <0>;
|
||||||
bindings = <&msc MOVE_UP>, <&msc MOVE_DOWN>;
|
bindings = <&msc MOVE_DOWN>, <&msc MOVE_UP>;
|
||||||
tap-ms = <10>;
|
tap-ms = <10>;
|
||||||
};
|
};
|
||||||
mouse_scroll_horizontal: mouse_scroll_horizontal {
|
mouse_scroll_horizontal: mouse_scroll_horizontal {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue