Skip to content

Commit

Permalink
fix: delete sp_nbsp_sym
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Oct 30, 2024
1 parent b2b8c5c commit 6002652
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions behaviors/mod-morph.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ ZMK_MOD_MORPH(num_esc_clk,
mods = <(MOD_LSFT|MOD_LCTL)>;
)

// hold: symbol layer | tap: space | shift + tap: non-breaking space
ZMK_MOD_MORPH(sp_nbsp_sym,
bindings = <&lt SYM SPACE>, <&kp RALT(SPACE)>;
mods = <(MOD_LSFT)>;
)

// tap: period | shift + tap: colon
ZMK_MOD_MORPH(dot_col,
bindings = <&kp DOT>, <&kp COLON>;
Expand Down
2 changes: 1 addition & 1 deletion config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ZMK_LAYER(Colemak,
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
&kp Z &kp X &kp C &kp D &kp V &kp K &kp H &kp COMMA &kp DOT &to CAC
// ╰───────────┴───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┴────────────╯
&to MOU &lt NAV RET &num_esc_clk &bspc_del &sp_nbsp_sym &mt RALT TAB
&to MOU &lt NAV RET &num_esc_clk &bspc_del &lt SYM SPACE &mt RALT TAB
// ╰───────────┴────────────┴────────────╯ ╰───────────┴─────────────┴─────────────╯
)

Expand Down
2 changes: 1 addition & 1 deletion config/urchin.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ZMK_LAYER(Colemak,
// ├───────────┼───────────┼───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┼────────────┼────────────┤
&kp Z &kp X &kp C &kp D &kp V &kp K &kp H &kp COMMA &kp DOT &to CAC
// ╰───────────┴───────────┴───────────┼────────────┼────────────┤ ├───────────┼─────────────┼─────────────┴────────────┴────────────╯
&lt NAV RET &num_esc_clk &bspc_del &sp_nbsp_sym
&lt NAV RET &num_esc_clk &bspc_del &lt SYM SPACE
// ╰────────────┴────────────╯ ╰───────────┴─────────────╯
)

Expand Down

0 comments on commit 6002652

Please sign in to comment.