Skip to content

Commit

Permalink
Update base.keymap
Browse files Browse the repository at this point in the history
Fixed forward slash
  • Loading branch information
JakubMakarewicz authored Jan 30, 2024
1 parent 78d45a5 commit 0eee591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ ZMK_BEHAVIOR(ats_has, mod_morph,

ZMK_BEHAVIOR(fsl_bsl, mod_morph,
mods = <(MOD_LSFT|MOD_RSFT)>;
bindings = <&kp NUBS>, <&kp SLASH>;
bindings = <&kp FSLH>, <&kp SLASH>;
)
// /mod_morphs

Expand Down Expand Up @@ -322,4 +322,4 @@ ZMK_LAYER(lock,
XXX XXX XXX XXX XXX XXX XXX
//╰──────╯ ╰─────────────┴─────────────╯ ╰──────╯ ╰─────────────┴─────────────╯ ╰──────╯
)
/* vim: set ft=c tw=174:*/
/* vim: set ft=c tw=174:*/

0 comments on commit 0eee591

Please sign in to comment.