Skip to content

Commit

Permalink
some success
Browse files Browse the repository at this point in the history
  • Loading branch information
mike1808 committed Jun 21, 2024
1 parent 149fd5f commit ed49f27
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
17 changes: 2 additions & 15 deletions config/boards/shields/hillside_view/hillside_view.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -170,24 +170,11 @@ RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(2,5) RC
status = "disabled";
dr-gpios = <&gpio1 2 (GPIO_ACTIVE_HIGH)>;

sensitivity = "4x";
sensitivity = "2x";
// sleep;
no-taps;
// no-taps;
};

// Rotation config, from Pete
// This will change in the future
// https://discord.com/channels/719497620560543766/845285481888743434/1206407883777114182
input_config {
compatible = "zmk,input-configs";

cirque_config {
device = <&glidepoint>;
xy-swap;
y-invert;
x-invert;
};
};
};

nice_view_spi: &spi1 {
Expand Down
12 changes: 12 additions & 0 deletions config/boards/shields/hillside_view/hillside_view_left.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,15 @@
status = "okay";
};
};

/ {
tpad0: tpad0 {
compatible = "zmk,input-listener";

device = <&glidepoint>;
// xy-swap;
// y-invert;
// x-invert;
};
};

0 comments on commit ed49f27

Please sign in to comment.