Skip to content

Commit 6a129fb

Browse files
authored
Update cygnus_central_dongle.overlay
1 parent 659d8fb commit 6a129fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/boards/shields/cygnus/cygnus_central_dongle.overlay

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ zephyr_udc0: &usbd {
5656
&spi1 {
5757
compatible = "nordic,nrf-spim";
5858
status = "okay";
59-
pinctrl-0 = <&spi1_default>;
59+
pinctrl-0 = <&spi1_default>;
6060
pinctrl-1 = <&spi1_sleep>;
6161
pinctrl-names = "default", "sleep";
6262
cs-gpios = <&gpio0 19 GPIO_ACTIVE_LOW>;
@@ -81,7 +81,7 @@ zephyr_udc0: &usbd {
8181
device = <&pd0>;
8282
scroller {
8383
layers = <SCROLLER>;
84-
input-processors = <&zip_xy_to_scroll_mapper>,<&zip_scroll_transform (INPUT_TRANSFORM_XY_SWAP | INPUT_TRANSFORM_Y_INVERT)>,<&zip_scroll_scaler 1 6>
84+
input-processors = <&zip_xy_to_scroll_mapper>,<&zip_scroll_transform (INPUT_TRANSFORM_XY_SWAP | INPUT_TRANSFORM_Y_INVERT)>,<&zip_scroll_scaler 1 6>;
8585
};
8686

8787
snipe {

0 commit comments

Comments
 (0)