summaryrefslogtreecommitdiff
path: root/users/ridingqwerty
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
parent19145704e4a7a8a7609d697585a6423b67dc5371 (diff)
Remove `KC_DELT` (#18882)
Diffstat (limited to 'users/ridingqwerty')
-rw-r--r--users/ridingqwerty/process_records.c2
-rw-r--r--users/ridingqwerty/wrappers.h2
2 files changed, 2 insertions, 2 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:
diff --git a/users/ridingqwerty/wrappers.h b/users/ridingqwerty/wrappers.h
index 392ca12012..f4f3de91f1 100644
--- a/users/ridingqwerty/wrappers.h
+++ b/users/ridingqwerty/wrappers.h
@@ -81,7 +81,7 @@
#define ________________FKEYROW_R1_________________ KC_F6, KC_F7, KC_F8, KC_F9, KC_F10
#define ________________EDITOR_L1__________________ KC_GRV, _______, KC_END, _______, KC_F5
-#define ________________EDITOR_L2__________________ KC_HOME, _______, KC_DELT, _______, _______
+#define ________________EDITOR_L2__________________ KC_HOME, _______, KC_DEL, _______, _______
#if defined(TAP_DANCE_ENABLE)
#define ________________EDITOR_L3__________________ _______, KC_VOLD, KC_VOLU, CCCV, TD_BRC
#else