Skip to content

Commit

Permalink
stabbing in dark stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bullwinkle3000 committed Jan 7, 2024
1 parent 1c04a31 commit a4fbcd6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
21 changes: 14 additions & 7 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions config/boards/shields/wyld_dm/wyld_dm.zmk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ features:
- keys
- display
- encoders
- pointer
siblings:
- wyld_dm_left
- wyld_dm_right
11 changes: 5 additions & 6 deletions config/boards/shields/wyld_dm/wyld_dm_left.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,11 @@
reg = <0>;
spi-max-frequency = <2000000>;
irq-gpios = <&gpio0 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
scroll-layers = <1>; // optional indexes of drag scroll layers
snipe-layers = <>; // optional indexes of snipe/precision layers
scroll-layer = <1>;
};
};

//&trackball {
// status = "okay";
// irq-gpios = <&gpio0 5 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
//};
&trackball {
status = "okay";
irq-gpios = <&gpio0 5 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
};

0 comments on commit a4fbcd6

Please sign in to comment.