summaryrefslogtreecommitdiff
path: root/users/arkag/arkag.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-10-14 04:28:14 +1100
committerGitHub <noreply@github.com>2022-10-13 18:28:14 +0100
commit5629ba18077ee5dcde72e497ddf46d848817dd5c (patch)
tree36e95fe41e63586903b220461d8c7d623f069c61 /users/arkag/arkag.c
parent474c0bc8a2886077fa8dbdb4a8a7a57f4e1291d1 (diff)
Remove legacy keycodes, part 4 (#18683)
* `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
Diffstat (limited to 'users/arkag/arkag.c')
-rw-r--r--users/arkag/arkag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/arkag/arkag.c b/users/arkag/arkag.c
index 00abbf2ae3..fccae5ad6d 100644
--- a/users/arkag/arkag.c
+++ b/users/arkag/arkag.c
@@ -458,7 +458,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
}
return false;
- case KC_BSPACE:
+ case KC_BACKSPACE:
if (record->event.pressed) {
state = active;
velocikey_accelerate();