Skip to content

Commit

Permalink
try return false
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanw authored Jul 9, 2024
1 parent 78c1db5 commit 5835c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qmk/yuanw/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
tap_code16(LCTL(KC_X));
return false;
}
break;
return false;

case ALTREP2:
if (record->event.pressed) {
Expand Down

0 comments on commit 5835c7a

Please sign in to comment.