Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
glebsexy committed Jul 10, 2024
1 parent 84be2cf commit b6bd6a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 0 additions & 2 deletions config/boards/shields/sexy_artsey_3d/sexy_artsey_3d.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>

&main_encoder { status = "okay"; };

#define DEFAULT 0

/ {
Expand Down
8 changes: 6 additions & 2 deletions config/boards/shields/sexy_artsey_3d/sexy_artsey_3d.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
;
};

main_encoder: encoder_main {
left_encoder: encoder_left {
compatible = "alps,ec11";

a-gpios = <&gpio0 7 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
Expand All @@ -67,6 +67,10 @@

sensors {
compatible = "zmk,keymap-sensors";
sensors = <&main_encoder>;
sensors = <&left_encoder>;
};
};

&left_encoder {
status = "okay";
};

0 comments on commit b6bd6a0

Please sign in to comment.