aboutsummaryrefslogtreecommitdiffstats
path: root/users/konstantin/tap_dance.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/tap_dance.c
parent6695c874fb8660989a129691bbffc6225be67362 (diff)
downloadfirmware-f2543c3b9b63433f8f5f7aec9531f7ebddcce4fa.tar.gz
firmware-f2543c3b9b63433f8f5f7aec9531f7ebddcce4fa.tar.bz2
firmware-f2543c3b9b63433f8f5f7aec9531f7ebddcce4fa.zip
DST_RMV → DST_REM
Diffstat (limited to 'users/konstantin/tap_dance.c')
-rw-r--r--users/konstantin/tap_dance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/konstantin/tap_dance.c b/users/konstantin/tap_dance.c
index e3f172946..81f2d42e1 100644
--- a/users/konstantin/tap_dance.c
+++ b/users/konstantin/tap_dance.c
@@ -82,7 +82,7 @@ void td_lsft_fn_reset(qk_tap_dance_state_t *state, void *user_data) {
}
qk_tap_dance_action_t tap_dance_actions[] = {
- [TD_DST_A_R] = ACTION_TAP_DANCE_DOUBLE(DST_ADD, DST_RMV),
+ [TD_DST_A_R] = ACTION_TAP_DANCE_DOUBLE(DST_ADD, DST_REM),
[TD_RAL_LAL] = ACTION_TAP_DANCE_DOUBLE_MODS(KC_RALT, KC_LALT),
[TD_RAL_RGU] = ACTION_TAP_DANCE_DOUBLE_MODS(KC_RALT, KC_RGUI),