Skip to content

Commit

Permalink
fix: inverted marks macro are not invoked with correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Oct 29, 2024
1 parent d291dea commit 5d8f578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions behaviors/mod-morph.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ ZMK_MOD_MORPH(sap_dap,

// tap: question mark | shift + tap: inverted question mark
ZMK_MOD_MORPH(ques_iques,
bindings = <&kp QUEST>, <&QUEST_INV>;
bindings = <&kp QUEST>, <&INV_QUES>;
mods = <(MOD_LSFT|MOD_RSFT)>;
)

// tap: exclamation mark | shift + tap: inverted exclamation mark
ZMK_MOD_MORPH(excl_iexcl,
bindings = <&kp EXCL>, <&EXCL_INV>;
bindings = <&kp EXCL>, <&INV_EXCL>;
mods = <(MOD_LSFT|MOD_RSFT)>;
)

0 comments on commit 5d8f578

Please sign in to comment.