Skip to content

Commit

Permalink
removed undefined label - left-encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
sidx64 committed Jan 26, 2024
1 parent 4b484df commit b8b6ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/boards/shields/corny/corny.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RC(2,0) RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(2,5) RC(3,5) RC(3,6) RC(2,6) RC(2,7)

sensors: sensors {
compatible = "zmk,keymap-sensors";
sensors = <&left_encoder &right_encoder>;
sensors = <&right_encoder>;
triggers-per-rotation = <20>;
};
};
Expand Down

0 comments on commit b8b6ace

Please sign in to comment.