Remove KC_DELT (#18882)

This commit is contained in:
Ryan 2022-10-28 05:33:38 +11:00 committed by GitHub
parent 19145704e4
commit 90f6b75873
Failed to generate hash of commit
39 changed files with 61 additions and 63 deletions

View file

@ -334,7 +334,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
return false;
case KC_BSPC:
if (record->event.pressed) {
tap_code(KC_DELT);
tap_code(KC_DEL);
}
return false;
case KC_SPC: