Skip to content

Commit

Permalink
fix(keymap): layer tap mop-morph working now
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvinsh committed Nov 14, 2024
1 parent 44b2c0c commit df37923
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/include/base.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
#define NAV_BSPC &mt LC(BSPC) BSPC
#define NAV_DEL &mt LC(DEL) DEL
#define STUDIO &studio_unlock
#define NAV_ESC &escape_morph
#define NUM_SPC &space_morph
// layer aliases
#define NAV_ESC &lt NAV &escape_morph
#define NUM_SPC &lt NUM &space_morph
#define SYM_ENT &lt SYM ENTER

/ {
Expand Down
4 changes: 2 additions & 2 deletions config/include/morph.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ MAKE_MORPH(rpar_morph, &kp RPAR, &kp RBKT, SFT)
MAKE_MORPH(rpar_inner_morph, &rpar_morph, &kp RBRC, CTL)

// tap: space | shift + tap: `
MAKE_MORPH(space_morph, &kp SPC, &kp GRAVE, SFT)
MAKE_MORPH(space_morph, &lt NUM SPACE, &kp GRAVE, SFT)

// tap: escap | shift + tap: ~
MAKE_MORPH(escape_morph, &kp ESC, &kp TILDE, SFT)
MAKE_MORPH(escape_morph, &lt NAV ESC, &kp TILDE, SFT)

0 comments on commit df37923

Please sign in to comment.