Skip to content

Commit

Permalink
feat: add combos for ESC and media layer
Browse files Browse the repository at this point in the history
  • Loading branch information
muratoffalex committed May 21, 2024
1 parent 9543070 commit a3fe77b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion users/muratoffalex/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,11 @@ const uint16_t PROGMEM thumbcombos_fun[] = {KC_SPC, KC_TAB, COMBO_END};

// const uint16_t PROGMEM qw_left_brace[] = {LGUI_T(KC_A), LALT_T(KC_S), COMBO_END};
// const uint16_t PROGMEM qw_right_brace[] = {LALT_T(KC_S), LCTL_T(KC_D), COMBO_END};
const uint16_t PROGMEM qw_esc[] = {KC_W, KC_E, COMBO_END};
const uint16_t PROGMEM qw_esc_num[] = {TD(U_TD_U_TAP), TD(U_TD_U_EXTRA), COMBO_END};
combo_t key_combos[] = {
COMBO(qw_esc, LT(U_MEDIA,KC_ESC)),
COMBO(qw_esc, KC_ESC),
// COMBO(qw_left_brace, KC_LBRC),
// COMBO(qw_right_brace, KC_RBRC),
#if defined (MIRYOKU_KLUDGE_THUMBCOMBOS)
Expand All @@ -87,7 +91,6 @@ combo_t key_combos[] = {
#endif
};


// shift functions
// key_overrides
const key_override_t capsword_key_override = ko_make_basic(MOD_MASK_SHIFT, CW_TOGG, KC_CAPS);
Expand Down

0 comments on commit a3fe77b

Please sign in to comment.