summaryrefslogtreecommitdiff
path: root/users/konstantin/tap_dance.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-04-09 08:57:19 -0700
committerDrashna Jaelre <drashna@live.com>2019-04-09 08:57:19 -0700
commit6baec0fffdc1e48d228dfc0a73b98a4ecf6d4caf (patch)
treeeff7483e3e82b9dcb249c03ec2bb457e58df04df /users/konstantin/tap_dance.h
parent23a52e40b384199b1146f534aac1c3b83fcaa993 (diff)
Remove Userspace folders
Diffstat (limited to 'users/konstantin/tap_dance.h')
-rw-r--r--users/konstantin/tap_dance.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/users/konstantin/tap_dance.h b/users/konstantin/tap_dance.h
deleted file mode 100644
index ad7c04cb7f..0000000000
--- a/users/konstantin/tap_dance.h
+++ /dev/null
@@ -1,25 +0,0 @@
-#pragma once
-
-#include "quantum.h"
-
-#define DST_A_R TD(TD_DST_A_R)
-
-#define RAL_LAL TD(TD_RAL_LAL)
-#define RAL_RGU TD(TD_RAL_RGU)
-#define RCT_RSF TD(TD_RCT_RSF)
-
-#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,
-
- TD_RAL_LAL,
- TD_RAL_RGU,
- TD_RCT_RSF,
-
- TD_LSFT_FN,
- TD_RCTL_FN,
- TD_FN_RCTL,
-};