summaryrefslogtreecommitdiffstats
path: root/users/konstantin/tap_dance.h
diff options
context:
space:
mode:
authorKonstantin Đorđević <vomindoraan@gmail.com>2019-02-18 05:41:03 +0100
committerKonstantin Đorđević <vomindoraan@gmail.com>2019-03-02 15:15:59 +0100
commitb05a4b1a4be36e00095eac3188b3b748c5fe1362 (patch)
tree8dca75087beb7ca66e454e16fc6519ccd7936242 /users/konstantin/tap_dance.h
parent1b3b9414b75e78db14daf61475c54007e8e5e0b9 (diff)
downloadqmk_firmware-b05a4b1a4be36e00095eac3188b3b748c5fe1362.tar.gz
qmk_firmware-b05a4b1a4be36e00095eac3188b3b748c5fe1362.tar.xz
Replace td_lshift_fn with generic td_mod_layer, add TD_RCTL_FN
Move TD_FN_RCTL after TD_RCTL_FN
Diffstat (limited to 'users/konstantin/tap_dance.h')
-rw-r--r--users/konstantin/tap_dance.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/users/konstantin/tap_dance.h b/users/konstantin/tap_dance.h
index 1757e9b11..ad7c04cb7 100644
--- a/users/konstantin/tap_dance.h
+++ b/users/konstantin/tap_dance.h
@@ -8,8 +8,9 @@
#define RAL_RGU TD(TD_RAL_RGU)
#define RCT_RSF TD(TD_RCT_RSF)
-#define FN_RCTL TD(TD_FN_RCTL)
#define LSFT_FN TD(TD_LSFT_FN)
+#define RCTL_FN TD(TD_RCTL_FN)
+#define FN_RCTL TD(TD_FN_RCTL)
enum tap_dance {
TD_DST_A_R,
@@ -18,6 +19,7 @@ enum tap_dance {
TD_RAL_RGU,
TD_RCT_RSF,
- TD_FN_RCTL,
TD_LSFT_FN,
+ TD_RCTL_FN,
+ TD_FN_RCTL,
};