Skip to content

Commit

Permalink
Make labels distinct
Browse files Browse the repository at this point in the history
  • Loading branch information
Machione committed Nov 28, 2023
1 parent dcfcad8 commit 4d97559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/cornetto.keymap
Original file line number Diff line number Diff line change
@@ -24,14 +24,14 @@
behaviors {
mouse_wheel_v: mouse_wheel_v {
compatible = "zmk,behavior-sensor-rotate";
label = "MOUSE_WHEEL";
label = "MOUSE_WHEEL_V";
#sensor-binding-cells = <0>;
bindings = <&mwh SCROLL_UP>, <&mwh SCROLL_DOWN>;
};

mouse_wheel_h: mouse_wheel_h {
compatible = "zmk,behavior-sensor-rotate";
label = "MOUSE_WHEEL";
label = "MOUSE_WHEEL_H";
#sensor-binding-cells = <0>;
bindings = <&mwh SCROLL_LEFT>, <&mwh SCROLL_RIGHT>;
};

0 comments on commit 4d97559

Please sign in to comment.