Skip to content

Commit

Permalink
new Hyper key
Browse files Browse the repository at this point in the history
  • Loading branch information
timhansinger committed Oct 25, 2024
1 parent 61c60c2 commit 4594c52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,8 @@ ZMK_LAYER(base,
//├──────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├──────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├──────┤
X_LB UNDO_Z CUT_X COPY_C PASTE_V &kp B X_MB &kp N &kp M &comma_morph &dot_morph &qexcl X_RB
//├──────┤ ╰─────────────┼─────────────┴─────────────┼─────────────┼─────────────┤ ├──────┤ ├─────────────┼─────────────┼─────────────┴───────────────────────────╯ ├──────┤
// X_LH &kp_kp LCTRL ESC &lt_spc SYM 0 X_MH &kp LSHIFT &lt_sk FN HYP X_RH
X_LH &kp_kp LCTRL ESC &lt_spc SYM 0 X_MH &kp LSHIFT &lt_spc FN 0 X_RH
// X_LH &kp_kp LCTRL ESC &lt_spc SYM 0 X_MH &kp LSHIFT &lt_spc FN 0 X_RH
X_LH &kp_kp LCTRL ESC &lt_spc SYM 0 X_MH &kp LSHIFT HYP X_RH
//╰──────╯ ╰─────────────┴─────────────╯ ╰──────╯ ╰─────────────┴─────────────╯ ╰──────╯
)

Expand Down
2 changes: 1 addition & 1 deletion config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define X_RB &none // bottom row, right

#define X_LH &none // thumb row, left
#define X_RH &none // thumb row, right
#define X_RH &mo FN // thumb row, right

// Special for GAME layer
#define X_LTG &kp TAB // top row, left, GAME layer
Expand Down

0 comments on commit 4594c52

Please sign in to comment.