Skip to content

Commit

Permalink
feat: add mic mute shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
equiman authored Dec 13, 2024
1 parent e851b5a commit 7448041
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/os/macos/keymap.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
#define MSRU4 &none
#define MSRU5 &none // tap: task manager

#define MSRM0 &mp_mSTG_mute // tap: vol mute | shift: mic mute
#define MSRM0 &mp_mSTG_m // tap: vol mute | shift: mic mute
#define MSRM1 &hm RSHFT LS(LA(LG(LEFT))) // tap: rectangle left half
#define MSRM2 &hm_mSTG_RA LALT 0 // tap: mp_mSTG_rectangle
#define MSRM3 &kp LS(LA(LG(RIGHT))) // tap: rectangle right half
Expand Down
4 changes: 2 additions & 2 deletions config/os/macos/morph/settings.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ MORPH_KAS(
&kp LS(LA(LC(F))) // shift: center
)

// mp_mSTG_mute
// mp_mSTG_m
MORPH_KS(
m,
STG,
mute,
m,
mute,
&kp C_MUTE, // tap: volume mute
&kp LS(LA(LC(LG(M)))) // shift: mic mute
Expand Down

0 comments on commit 7448041

Please sign in to comment.