Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DeterminationCode1 committed May 26, 2024
1 parent b4fddf5 commit db54ea9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/glove80.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
bindings = <BINDING1>, <BINDING2>; \
)

/* FIX: not working. no idea why. */
/* ---------------- Me: special morphs for 'glove80-urob' --------------- */
SIMPLE_MORPH(slash_morph, SFT, &kp SLASH, &kp PIPE)
/* SIMPLE_MORPH(slash_morph, SFT, &kp SLASH, &kp PIPE) */
/* ---------------- END --------------------------------- */


Expand All @@ -20,7 +21,7 @@ SIMPLE_MORPH(slash_morph, SFT, &kp SLASH, &kp PIPE)
&kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 \
&kp EQUAL &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp MINUS \
&kp TAB
#define X_RT &slash_morph
#define X_RT &kp SHLASH

#define X_LM &kp ESC
#define X_RM &sk LCTRL
Expand Down

0 comments on commit db54ea9

Please sign in to comment.