Skip to content

Commit

Permalink
Update cygnus_central_dongle.overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
tokyo2006 authored Feb 6, 2025
1 parent 659d8fb commit 6a129fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/boards/shields/cygnus/cygnus_central_dongle.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ zephyr_udc0: &usbd {
&spi1 {
compatible = "nordic,nrf-spim";
status = "okay";
pinctrl-0 = <&spi1_default>;
pinctrl-0 = <&spi1_default>;
pinctrl-1 = <&spi1_sleep>;
pinctrl-names = "default", "sleep";
cs-gpios = <&gpio0 19 GPIO_ACTIVE_LOW>;
Expand All @@ -81,7 +81,7 @@ zephyr_udc0: &usbd {
device = <&pd0>;
scroller {
layers = <SCROLLER>;
input-processors = <&zip_xy_to_scroll_mapper>,<&zip_scroll_transform (INPUT_TRANSFORM_XY_SWAP | INPUT_TRANSFORM_Y_INVERT)>,<&zip_scroll_scaler 1 6>
input-processors = <&zip_xy_to_scroll_mapper>,<&zip_scroll_transform (INPUT_TRANSFORM_XY_SWAP | INPUT_TRANSFORM_Y_INVERT)>,<&zip_scroll_scaler 1 6>;
};

snipe {
Expand Down

0 comments on commit 6a129fb

Please sign in to comment.