Skip to content

Commit

Permalink
Add media keys
Browse files Browse the repository at this point in the history
  • Loading branch information
zoriya committed Apr 13, 2024
1 parent 8db4cfc commit 8335f84
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
11 changes: 7 additions & 4 deletions config/abyss.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
#define SY 1
#define OT 2

#define VOLDWN C_VOLUME_DOWN
#define VOLUP C_VOLUME_UP

/ {
behaviors {
hml: homerow_mods_left {
Expand Down Expand Up @@ -115,7 +118,7 @@
//├─────────────┼─────────────┼─────────────┼─────────────┼─────────────╯ ╰─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&kp SQT &kp Q &kp J &kp K &kp M &kp W &kp V &kp L
//╰───────────────────────────┼─────────────┼─────────────┼─────────────╮ ╭─────────────┼─────────────┼─────────────┼───────────────────────────╯
&left_tab &lt_spc SY 0 &lt OT ESC &kp RET &lt_bspc SY 0 &up_ret
&left_tab &lt_spc SY 0 &lt OT ESC &kp RET &lt_bspc SY 0 &up_ret
// ╰─────────────┴─────────────┴─────────────╯ ╰─────────────┴─────────────┴─────────────╯
>;
};
Expand All @@ -137,13 +140,13 @@
others {
bindings = <
// ╭───────────────┬────────────────┬────────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────╮
&none &none &none &none &none &bt BT_CLR &none &none
&none &none &none &none &none &kp C_MUTE &kp VOLDWN &kp VOLUP
//╭─────────────────┼───────────────┼────────────────┼────────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼────────────────╮
&none &none &none &none &none &bt BT_SEL 4 &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3
//├─────────────────┼───────────────┼────────────────┼────────────────┼─────────────╯ ╰─────────────┼─────────────┼─────────────┼─────────────┼────────────────┤
&none &none &none &none &none &none &none &none
&none &none &none &none &none &none &none &bt BT_CLR
//╰─────────────────────────────────┼────────────────┼────────────────┼─────────────╮ ╭─────────────┼─────────────┼─────────────┼──────────────────────────────╯
&trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &kp C_PP &trans
// ╰────────────────┴────────────────┴─────────────╯ ╰─────────────┴─────────────┴─────────────╯
>;
};
Expand Down
19 changes: 13 additions & 6 deletions draw/keymap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8335f84

Please sign in to comment.