summaryrefslogtreecommitdiff
path: root/users/ridingqwerty/process_records.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-10-28 05:33:38 +1100
committerGitHub <noreply@github.com>2022-10-27 19:33:38 +0100
commit90f6b75873ff1304b517bc30d43440d3c0bd95a4 (patch)
treed775df01ec4f02ebbe7846783a0f1bc43d4aed35 /users/ridingqwerty/process_records.c
parent19145704e4a7a8a7609d697585a6423b67dc5371 (diff)
Remove `KC_DELT` (#18882)
Diffstat (limited to 'users/ridingqwerty/process_records.c')
-rw-r--r--users/ridingqwerty/process_records.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/ridingqwerty/process_records.c b/users/ridingqwerty/process_records.c
index 770af286e9..4aa688ca00 100644
--- a/users/ridingqwerty/process_records.c
+++ b/users/ridingqwerty/process_records.c
@@ -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: