Skip to content

Commit

Permalink
last try
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanwang-wf committed Jul 8, 2024
1 parent 8e8866b commit 02547a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qmk/yuanw/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ enum my_keycodes { RDO = SAFE_RANGE,
#define LAYOUT_LAYER_BASE \
QK_REP, KC_W, KC_M, KC_P, XXXXXXX, XXXXXXX, KC_COMM, KC_SCLN, KC_DOT, QK_REP, \
KC_R, KC_S, KC_N, KC_T, KC_G, KC_V, KC_H, KC_A, KC_I, KC_O, \
KC_X, KC_C, KC_F, KC_D, XXXXXXX, XXXXXXX, KC_L, KC_U, KC_Y, KC_QUOT, \
C_X, KC_C, KC_F, KC_D, XXXXXXX, XXXXXXX, KC_L, KC_U, KC_Y, KC_QUOT, \
ESC_MED, SPC_NAV, TAB_FUN, ENT_SYM, E_NUM

/** Convenience row shorthands. */
Expand Down Expand Up @@ -442,7 +442,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {

case C_X:
if (record->event.pressed) {
tap_code16(C(KC_X));
tap_code16(LCTL(KC_X));
return false;
}
return true;
Expand Down

0 comments on commit 02547a4

Please sign in to comment.