Skip to content

Commit

Permalink
revert back to letters on the 5 way switch
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaaSaadAbdo authored Apr 18, 2024
1 parent 5aba5ad commit a9f2c37
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions config/base30.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────╯

#ifdef FIVEWAY
&kp PG_UP &kp C_VOL_DN &kp PG_DN &kp C_VOL_UP &kp C_MUTE
&kp C &kp G &kp D &kp L &kp O
#endif

>;
#ifdef ENCODERS
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp PG_UP PG_DN>;
Expand Down Expand Up @@ -126,9 +125,9 @@
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────╯

#ifdef FIVEWAY
&kp PG_UP &kp C_VOL_DN &kp PG_DN &kp C_VOL_UP &kp C_MUTE
&kp C &kp G &kp D &kp L &kp O
#endif

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

#ifdef FIVEWAY
&kp PG_UP &kp C_VOL_DN &kp PG_DN &kp C_VOL_UP &kp C_MUTE
&kp C &kp G &kp D &kp L &kp O
#endif

>;
#ifdef ENCODERS
sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp PG_UP PG_DN>;
Expand All @@ -167,9 +165,8 @@
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────╯

#ifdef FIVEWAY
&kp PG_UP &kp C_VOL_DN &kp PG_DN &kp C_VOL_UP &kp C_MUTE
&kp C &kp G &kp D &kp L &kp O
#endif

>;
#ifdef ENCODERS
sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp PG_UP PG_DN>;
Expand All @@ -188,9 +185,8 @@
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────╯

#ifdef FIVEWAY
&kp PG_UP &kp C_VOL_DN &kp PG_DN &kp C_VOL_UP &kp C_MUTE
&kp C &kp G &kp D &kp L &kp O
#endif

>;
#ifdef ENCODERS
sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp PG_UP PG_DN>;
Expand All @@ -211,9 +207,8 @@
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────╯

#ifdef FIVEWAY
&kp PG_UP &kp C_VOL_DN &kp PG_DN &kp C_VOL_UP &kp C_MUTE
&kp C &kp G &kp D &kp L &kp O
#endif

>;
#ifdef ENCODERS
sensor-bindings = <&inc_dec_kp C_VOL_DN C_VOL_UP &inc_dec_kp PG_UP PG_DN>;
Expand All @@ -232,9 +227,8 @@
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────╯

#ifdef FIVEWAY
&kp PG_UP &kp C_VOL_DN &kp PG_DN &kp C_VOL_UP &kp C_MUTE
&kp C &kp G &kp D &kp L &kp O
#endif

>;

#ifdef ENCODERS
Expand All @@ -254,7 +248,7 @@
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────╯

#ifdef FIVEWAY
&kp PG_UP &kp C_VOL_DN &kp PG_DN &kp C_VOL_UP &kp C_MUTE
&kp C &kp G &kp D &kp L &kp O
#endif

>;
Expand Down

0 comments on commit a9f2c37

Please sign in to comment.