Skip to content

Commit

Permalink
Revert "Try macOS volume/brightness partial increment/decrement modif…
Browse files Browse the repository at this point in the history
…iers"

This reverts commit 31280e0.
  • Loading branch information
alexdunphy committed Dec 30, 2021
1 parent 5199ca0 commit 3fb5bad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/sofle.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
&kp LCTRL &kp LALT &kp LGUI &mo 1 &kp RET &kp SPACE &mo 2 &kp RGUI &kp RALT &kp RCTRL
>;

sensor-bindings = <&inc_dec_kp LS(LA(C_VOL_UP)) LS(LA(C_VOL_DN)) &inc_dec_kp LS(LA(C_BRI_UP)) LS(LA(C_BRI_DN))>;
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp C_BRI_UP C_BRI_DN>;
};

lower_layer {
Expand All @@ -46,7 +46,7 @@
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
>;

sensor-bindings = <&inc_dec_kp LS(LA(C_VOL_UP)) LS(LA(C_VOL_DN)) &inc_dec_kp LS(LA(C_BRI_UP)) LS(LA(C_BRI_DN))>;
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp C_BRI_UP C_BRI_DN>;
};

raise_layer {
Expand All @@ -64,7 +64,7 @@
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
>;

sensor-bindings = <&inc_dec_kp LS(LA(C_VOL_UP)) LS(LA(C_VOL_DN)) &inc_dec_kp LS(LA(C_BRI_UP)) LS(LA(C_BRI_DN))>;
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp C_BRI_UP C_BRI_DN>;
};
};
};

0 comments on commit 3fb5bad

Please sign in to comment.