summaryrefslogtreecommitdiff
path: root/users/danielo515/tap_dance.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/danielo515/tap_dance.h')
-rw-r--r--users/danielo515/tap_dance.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/danielo515/tap_dance.h b/users/danielo515/tap_dance.h
index 6ec4fe13cf..880ad525ee 100644
--- a/users/danielo515/tap_dance.h
+++ b/users/danielo515/tap_dance.h
@@ -57,6 +57,7 @@ void dance_cut (qk_tap_dance_state_t *state, void *user_data);
void dance_copy (qk_tap_dance_state_t *state, void *user_data);
void dance_paste (qk_tap_dance_state_t *state, void *user_data);
+// Ready to use Tap dance definitions, just put them on your layout
#define TD_COPY TD(_TD_COPY)
#define TD_CUT TD(_TD_CUT)
#define KC_TD_COPY TD(_TD_COPY) // Declarations for macros that add KC_