Skip to content

Commit

Permalink
drop custom shift ref
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanwang-wf committed Jul 8, 2024
1 parent 2274789 commit 3b5e064
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions qmk/yuanw/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,6 @@ static void process_altrep3(uint16_t keycode, uint8_t mods) {
}

bool process_record_user(uint16_t keycode, keyrecord_t *record) {
if (!process_custom_shift_keys(keycode, record)) {
return false;
}
switch (keycode) {

case ALTREP2:
Expand Down

0 comments on commit 3b5e064

Please sign in to comment.