Skip to content

Commit

Permalink
Fixed BLE scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
chazragg committed Feb 2, 2024
1 parent 6e10cc1 commit 80c9461
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions config/sofle.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,12 @@
};
};

macros {
shrug: shrug {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&kp &kp BSLH &kp UNDER &kp LPAR &kp RPAR &kp UNDER &kp FSLH>;
label = "SHRUG";
};

getgood: getgood {
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings = <&none &kp G &kp E &kp T &kp SPACE &kp G &kp O &kp O &kp D &kp RET>;
label = "GETGOOD";
behaviors {
ble_encoder: ble_encoder {
compatible = "zmk,behavior-sensor-rotate";
label = "BLE_ENCODER";
#sensor-binding-cells = <0>;
bindings = <&bt BT_PRV>, <&bt BT_PRV>;
};
};

Expand Down

0 comments on commit 80c9461

Please sign in to comment.