summaryrefslogtreecommitdiff
path: root/users/konstantin/konstantin.c
diff options
context:
space:
mode:
authorKonstantin Đorđević <vomindoraan@gmail.com>2019-01-29 00:37:10 +0100
committerKonstantin Đorđević <vomindoraan@gmail.com>2019-03-02 15:15:52 +0100
commitf2543c3b9b63433f8f5f7aec9531f7ebddcce4fa (patch)
tree8d5e294a8a2ea203fd5c58edf29741e2778a3798 /users/konstantin/konstantin.c
parent6695c874fb8660989a129691bbffc6225be67362 (diff)
DST_RMV → DST_REM
Diffstat (limited to 'users/konstantin/konstantin.c')
-rw-r--r--users/konstantin/konstantin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/konstantin/konstantin.c b/users/konstantin/konstantin.c
index 5861574cba..686ff32ecc 100644
--- a/users/konstantin/konstantin.c
+++ b/users/konstantin/konstantin.c
@@ -30,7 +30,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
case DST_P_R:
(record->event.pressed ? register_code16 : unregister_code16)(
- (get_mods() & DST_MOD_MASK) ? DST_RMV : DST_PRV
+ (get_mods() & DST_MOD_MASK) ? DST_REM : DST_PRV
);
return false;