Skip to content

Commit

Permalink
Fixed BLE bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
chazragg committed Feb 1, 2024
1 parent 1be38b0 commit 531e3fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/sofle.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
&trans &trans &trans &trans &trans &trans &trans &trans &kp K &trans
>;

sensor-bindings = <&kp C_VOL_UP BT_NXT &inc_dec_kp PG_UP PG_DN>;
sensor-bindings = <&kp BT_PRV BT_NXT &inc_dec_kp PG_UP PG_DN>;
};
raise_layer {
display-name = "raise";
Expand All @@ -83,7 +83,7 @@
&trans &trans &trans &trans &trans &trans &trans &trans &kp K &trans
>;

sensor-bindings = <&kp BT_PRV BT_NXT &inc_dec_kp PG_UP PG_DN>;
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp PG_UP PG_DN>;
};

adjust_layer {
Expand Down

0 comments on commit 531e3fa

Please sign in to comment.