#include #include #include "shared.dtsi" &kscan { events = <>; /delete-property/ exit-after; }; / { mock_input: mock_input { compatible = "zmk,input-mock"; status = "okay"; event-startup-delay = <4000>; event-period = <2000>; events = , , , ; exit-after; }; }; &split_input { device = <&mock_input>; };