"fixed" encoder rotation direction
This commit is contained in:
parent
c71eea7326
commit
1dcef5f034
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
rgb_encoder: rgb_encoder {
|
||||
compatible = "zmk,behavior-sensor-rotate";
|
||||
#sensor-binding-cells = <0>;
|
||||
bindings = <&rgb_ug RGB_BRD>, <&rgb_ug RGB_BRI>;
|
||||
bindings = <&rgb_ug RGB_BRI>, <&rgb_ug RGB_BRD>;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
|||
&mo BLE &kp C_PREVIOUS &kp C_PLAY_PAUSE &kp C_NEXT < RGB C_MUTE
|
||||
// ╰─────────┴────────────────┴──────────────────┴────────────┴────────────────╯
|
||||
>;
|
||||
sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP>;
|
||||
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN>;
|
||||
};
|
||||
|
||||
ble_layer {
|
||||
|
|
Loading…
Add table
Reference in a new issue