Skip to content

Commit

Permalink
make ctrl accesible
Browse files Browse the repository at this point in the history
  • Loading branch information
VeyPatch committed Jan 13, 2025
1 parent 2c17d62 commit 913e148
Showing 1 changed file with 1 addition and 1 deletion.
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_DEL, __________________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

0 comments on commit 913e148

Please sign in to comment.