summaryrefslogtreecommitdiffstats
path: root/users/billypython/tap_dance.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/billypython/tap_dance.h')
-rw-r--r--users/billypython/tap_dance.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/billypython/tap_dance.h b/users/billypython/tap_dance.h
new file mode 100644
index 000000000..258198141
--- /dev/null
+++ b/users/billypython/tap_dance.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#include "quantum.h"
+
+#define RSF_RCT TD(TD_RSF_RCT)
+
+enum tap_dance {
+ TD_RSF_RCT,
+};