]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - users/billypython/tap_dance.h
[Keymap] Add my personal userspace and update my keymaps (#5128)
[qmk_firmware.git] / users / billypython / tap_dance.h
diff --git a/users/billypython/tap_dance.h b/users/billypython/tap_dance.h
new file mode 100644 (file)
index 0000000..2581981
--- /dev/null
@@ -0,0 +1,9 @@
+#pragma once
+
+#include "quantum.h"
+
+#define RSF_RCT TD(TD_RSF_RCT)
+
+enum tap_dance {
+  TD_RSF_RCT,
+};