Skip to content

Commit

Permalink
add more repeat entry
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanwang-wf committed Jan 12, 2024
1 parent 244c48a commit ffc54cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qmk/yuanw/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ static void process_altrep2(uint16_t keycode, uint8_t mods) {
case LSFT_T(KC_T): SEND_STRING("heir"); break;
case KC_Y: SEND_STRING("ou"); break;
case KC_W: SEND_STRING("hich"); break;
case KC_AT: SEND_STRING("Workiva/release-management-p"); break;
case KC_C: SEND_STRING("ontent management"); break;
}
}
Expand Down

0 comments on commit ffc54cd

Please sign in to comment.