/* * Copyright (c) 2024 The ZMK Contributors * * SPDX-License-Identifier: MIT */ #include / { behaviors { /omit-if-no-ref/ mmv: mouse_move { compatible = "zmk,behavior-input-two-axis"; #binding-cells = <1>; x-input-code = ; y-input-code = ; time-to-max-speed-ms = <300>; acceleration-exponent = <1>; }; }; mmv_input_listener: mmv_input_listener { compatible = "zmk,input-listener"; device = <&mmv>; }; };