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