Skip to content

Commit

Permalink
[wrapper] move alt, ctrl
Browse files Browse the repository at this point in the history
  • Loading branch information
VeyPatch committed Jan 14, 2025
1 parent 85024c4 commit ca349d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keyboards/veypatch/kyria_mini/keymaps/veypatch/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ enum layers {
K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, \
K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, \
K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, \
KC_LALT, __________________THUMB_L1_________________, __________________THUMB_R1_________________, KC_RGUI\
KC_LCTL, __________________THUMB_L1_________________, __________________THUMB_R1_________________, KC_RGUI\
)
/* Re-pass though to allow templates to be used */
#define LAYOUT_base_wrapper(...) LAYOUT_kyriamini_base(__VA_ARGS__)
Expand Down
6 changes: 4 additions & 2 deletions users/veypatch/keyrecords/wrappers.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,11 @@ NOTE: These are all the same length. If you do a search/replace

#define __________________THUMB_L1_________________ KC_DEL, KC_LSFT, LT(_SYM, KC_ENTER)
#define __________________THUMB_R1_________________ LT(_NAV, KC_TAB), KC_SPC, KC_BSPC
// Combo with most two right of THUMB_L1 L_LCTL
// Combo with most left of THUMB_R1 L_LALT

#define WIDE_THUMB_L1 KC_LGUI, KC_LALT
#define WIDE_THUMB_R1 KC_DEL, KC_APP
#define WIDE_THUMB_L1 KC_LGUI, KC_LCTL
#define WIDE_THUMB_R1 KC_LALT, KC_APP

#define _______________SYM_THUMB_L1________________ _______, _______, _______
#define _______________SYM_THUMB_R1________________ MO(_FUNCTION), KC_PSCR, KC_DEL
Expand Down

0 comments on commit ca349d3

Please sign in to comment.