aboutsummaryrefslogtreecommitdiff
path: root/users/konstantin/tap_dance.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/konstantin/tap_dance.h')
-rw-r--r--users/konstantin/tap_dance.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/konstantin/tap_dance.h b/users/konstantin/tap_dance.h
index d2f00c8cb..461d7ba8a 100644
--- a/users/konstantin/tap_dance.h
+++ b/users/konstantin/tap_dance.h
@@ -4,24 +4,24 @@
4 4
5#define DST_A_R TD(TD_DST_A_R) 5#define DST_A_R TD(TD_DST_A_R)
6 6
7#define RAL_LAL TD(TD_RAL_LAL)
8#define RAL_RGU TD(TD_RAL_RGU) 7#define RAL_RGU TD(TD_RAL_RGU)
9#define RCT_RSF TD(TD_RCT_RSF) 8#define RCT_RSF TD(TD_RCT_RSF)
10#define RSF_RCT TD(TD_RSF_RCT) 9#define RSF_RCT TD(TD_RSF_RCT)
11 10
12#define LSFT_FN TD(TD_LSFT_FN) 11#define LSFT_FN TD(TD_LSFT_FN)
13#define RCTL_FN TD(TD_RCTL_FN) 12#define RCTL_FN TD(TD_RCTL_FN)
13
14#define FN_RCTL TD(TD_FN_RCTL) 14#define FN_RCTL TD(TD_FN_RCTL)
15 15
16enum tap_dance { 16enum tap_dance {
17 TD_DST_A_R, 17 TD_DST_A_R,
18 18
19 TD_RAL_LAL,
20 TD_RAL_RGU, 19 TD_RAL_RGU,
21 TD_RCT_RSF, 20 TD_RCT_RSF,
22 TD_RSF_RCT, 21 TD_RSF_RCT,
23 22
24 TD_LSFT_FN, 23 TD_LSFT_FN,
25 TD_RCTL_FN, 24 TD_RCTL_FN,
25
26 TD_FN_RCTL, 26 TD_FN_RCTL,
27}; 27};