Skip to content

Commit

Permalink
remove trigger-per-rotation option
Browse files Browse the repository at this point in the history
  • Loading branch information
rogermeletta committed Jul 4, 2024
1 parent 63d9187 commit 0848f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@
label = "LEFT_ENCODER";
a-gpios = <&pro_micro_d 9 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
b-gpios = <&pro_micro_d 10 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
//steps = <80> /* Change this to your encoder's number of detents times 4 */;
// steps = <80> /* Change this to your encoder's number of detents times 4 */;
};

sensors {
compatible = "zmk,keymap-sensors";
sensors = <&left_encoder>;
triggers-per-rotation = <20>;
// triggers-per-rotation = <20>;

};
};
Expand Down

0 comments on commit 0848f12

Please sign in to comment.