Skip to content

Commit

Permalink
fix encoder volume control
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaaSaadAbdo authored Mar 14, 2024
1 parent 952d1a3 commit d75fe3b
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions config/base30.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────╯
>;
#ifdef ENCODERS
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp PG_UP PG_DN>;
sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp PG_UP PG_DN>;
#endif
};

Expand All @@ -137,7 +137,7 @@
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────╯
>;
#ifdef ENCODERS
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp PG_UP PG_DN>;
sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp PG_UP PG_DN>;
#endif
};

Expand All @@ -153,7 +153,7 @@
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────╯
>;
#ifdef ENCODERS
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp PG_UP PG_DN>;
sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp PG_UP PG_DN>;
#endif
};

Expand All @@ -169,7 +169,7 @@
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────╯
>;
#ifdef ENCODERS
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp PG_UP PG_DN>;
sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp PG_UP PG_DN>;
#endif
};

Expand All @@ -187,7 +187,7 @@
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────╯
>;
#ifdef ENCODERS
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp PG_UP PG_DN>;
sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp PG_UP PG_DN>;
#endif
};

Expand All @@ -202,6 +202,9 @@
&trans &trans &trans &trans
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────╯
>;
#ifdef ENCODERS
sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp PG_UP PG_DN>;
#endif
};

symbols_windows {
Expand All @@ -216,7 +219,7 @@
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────╯
>;
#ifdef ENCODERS
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp PG_UP PG_DN>;
sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp PG_UP PG_DN>;
#endif
};
};
Expand Down

0 comments on commit d75fe3b

Please sign in to comment.