Skip to content

Commit

Permalink
fix: use keybind basckslash in slsh_bslsh
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Aug 6, 2024
1 parent 353e866 commit c38a1d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -24,7 +24,7 @@ ZMK_MOD_MORPH(multi_div,

// tap: slash | shift + tap: backslash
ZMK_MOD_MORPH(slsh_bslsh,
bindings = <&kp KP_SLASH>, <&kp NON_US_BACKSLASH>;
bindings = <&kp KP_SLASH>, <&kp LS(SLSH)>;
mods = <(MOD_LSFT|MOD_RSFT)>;
)

Expand Down
1 change: 1 addition & 0 deletions keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ parse_config:
"&kp RA(RBKT)": "~",
"&kp SLSH": "/",
"&kp KP_SLASH": "/",
"&kp LS(SLSH)": "\\",
"&kp MATH_MICRO": "µ",
"&mkp RCLK": "$$material:right_click$$",
"&mkp LCLK": "$$material:left_click$$",
Expand Down

0 comments on commit c38a1d5

Please sign in to comment.