Skip to content

Commit

Permalink
fix typo in dash_tilde custom behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Jun 26, 2023
1 parent b1e1e5f commit 14f5043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion behaviors/custom.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ZMK_BEHAVIOR(multi_div, mod_morph,
)

// tap: dash | shift + tap: tilde
ZMK_BEHAVIOR(dash_tildle, mod_morph,
ZMK_BEHAVIOR(dash_tilde, mod_morph,
bindings = <&kp MINUS>, <&TILDS>;
mods = <(MOD_LSFT|MOD_RSFT)>;
)
Expand Down

0 comments on commit 14f5043

Please sign in to comment.