diff --git a/config/boards/shields/hillside52/hillside52.dtsi b/config/boards/shields/hillside52/hillside52.dtsi index 3ce1b683..2a30c0ba 100644 --- a/config/boards/shields/hillside52/hillside52.dtsi +++ b/config/boards/shields/hillside52/hillside52.dtsi @@ -251,16 +251,14 @@ RC(3,0) RC(3,1) RC(3,2) RC(4,1) RC(4,2) RC(4,3) RC(4,4) RC(4,7) RC(4,8 #endif }; - input_config: input_config { - compatible = "zmk,input-configs"; - status = "disabled"; + mouse_ps2_input_listener: mouse_ps2_input_listener { + compatible = "zmk,input-listener"; + status = "disabled"; - mouse_ps2_config: mouse_ps2_config { device = <&mouse_ps2>; // Some of the available settings depend on the keymap. So they // are adjusted in... // ../../../includes/trackpoint.dtsi - }; }; -}; +}; \ No newline at end of file