Skip to content

Commit

Permalink
how is this
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanwang-wf committed Jan 2, 2024
1 parent e85c967 commit 5c78ca4
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 @@ -67,9 +67,9 @@ enum my_keycodes { RDO = SAFE_RANGE,
// clang-format off
/** \brief QWERTY layout (3 rows, 10 columns). */
#define LAYOUT_LAYER_BASE \
ALTREP2, KC_W, KC_M, KC_P, KC_Q, KC_Z, KC_K, KC_COMM, KC_DOT, KC_SCLN, \
ALTREP2, KC_W, KC_M, KC_P, KC_Q, ALTREP3, KC_K, KC_COMM, KC_DOT, KC_SCLN, \
KC_R, KC_S, KC_N, KC_T, KC_G, KC_V, KC_H, KC_A, KC_I, KC_O, \
ALTREP3, KC_C, KC_F, KC_D, KC_B, KC_J, KC_L, KC_U, KC_Y, KC_QUOT, \
KC_X, KC_C, KC_F, KC_D, KC_B, KC_J, KC_L, KC_U, KC_Y, KC_QUOT, \
ESC_MED, SPC_NAV, TAB_FUN, ENT_SYM, BSP_NUM

/** Convenience row shorthands. */
Expand Down

0 comments on commit 5c78ca4

Please sign in to comment.