Skip to content

Commit

Permalink
fix: sensor bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
titus-ong committed Aug 9, 2023
1 parent bf9dbfa commit 03930a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sofle.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ ZMK_BEHAVIOR(angled, mod_morph,
my_left_encoder: my_left_encoder {
compatible = "zmk,behavior-sensor-rotate";
label = "LEFT_ENCODER";
#sensor-binding-cells = <0>;
#sensor-binding-cells = <4>;
bindings = <&inc_dec_kp C_VOL_UP>, <&inc_dec_kp C_VOL_DN>, <&inc_dec_kp PG_UP>, <&inc_dec_kp PG_DN>;
};
};
Expand Down

0 comments on commit 03930a4

Please sign in to comment.