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 Jul 8, 2024
1 parent 2f2d13f commit 1e44189
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qmk/yuanw/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,8 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
if (record->event.pressed) {
tap_code16(C(KC_X));
return false;
}
}
return true;
}
return true; // Process all other keycodes normally
}

0 comments on commit 1e44189

Please sign in to comment.