Skip to content

Commit

Permalink
ec11
Browse files Browse the repository at this point in the history
  • Loading branch information
tokyo2006 committed Jul 15, 2024
1 parent 02a7d12 commit 8b70be6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions config/boards/arm/sofle/sofle_left.dts
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@
;
};

&left_encoder {
a-gpios = <&gpio1 10 (GPIO_ACTIVE_LOW | GPIO_PULL_DOWN)>;
b-gpios = <&gpio1 14 (GPIO_ACTIVE_LOW | GPIO_PULL_DOWN)>;
status = "okay";
};

ext-power {
compatible = "zmk,ext-power-generic";
label = "EXT_POWER";
Expand All @@ -54,3 +48,8 @@

};

&left_encoder {
a-gpios = <&gpio1 10 (GPIO_ACTIVE_LOW | GPIO_PULL_DOWN)>;
b-gpios = <&gpio1 14 (GPIO_ACTIVE_LOW | GPIO_PULL_DOWN)>;
status = "okay";
};

0 comments on commit 8b70be6

Please sign in to comment.