Skip to content

Commit

Permalink
fix: Comment out right encoder config
Browse files Browse the repository at this point in the history
  • Loading branch information
abayomi185 committed Dec 4, 2023
1 parent 5f48114 commit 3205583
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config/lily58.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
};

/ {
right_encoder: right_encoder {
compatible = "alps,ec11";
label = "RIGHT_ENCODER";
a-gpios = <&pro_micro 21 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
b-gpios = <&pro_micro 20 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
steps = <80>;
};
// right_encoder: right_encoder {
// compatible = "alps,ec11";
// label = "RIGHT_ENCODER";
// a-gpios = <&pro_micro 21 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
// b-gpios = <&pro_micro 20 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
// steps = <80>;
// };

keymap {
compatible = "zmk,keymap";
Expand Down

0 comments on commit 3205583

Please sign in to comment.