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 7448041 commit 36dacaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/helpers/morph.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
};

#define MORPH_KS(OS, LYR, NAME, DESC, KEY, KS) \
mp_##OS##LYR##_##NAME: morph_##OS##LYR##_##DES { \
mp_##OS##LYR##_##NAME: morph_##OS##LYR##_##DESC { \
compatible = "zmk,behavior-mod-morph"; \
#binding-cells = <0>; \
mods = <(MOD_LSFT|MOD_RSFT)>; \
Expand Down

0 comments on commit 36dacaf

Please sign in to comment.