Skip to content

Commit

Permalink
fix: inverted question mark is still 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 5d8f578 commit 2a7a629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion behaviors/mod-morph.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ZMK_MOD_MORPH(sap_dap,

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

Expand Down

0 comments on commit 2a7a629

Please sign in to comment.