summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps/thunderbird2086/tap_dances.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-07-16 07:29:50 +0000
committerQMK Bot <hello@qmk.fm>2022-07-16 07:29:50 +0000
commitf5e16f94d5da0598590cd821d1363218e86f0f74 (patch)
tree94449ab8c779dcc32bf8075a7e5b930ab0270b3f /keyboards/crkbd/keymaps/thunderbird2086/tap_dances.h
parentc8ce87e044350d3a644d7830cf73711380ee5c33 (diff)
parent9cdccb12d112c13e79f127ca686bbe81b8fcef6f (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/crkbd/keymaps/thunderbird2086/tap_dances.h')
-rw-r--r--keyboards/crkbd/keymaps/thunderbird2086/tap_dances.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/crkbd/keymaps/thunderbird2086/tap_dances.h b/keyboards/crkbd/keymaps/thunderbird2086/tap_dances.h
new file mode 100644
index 0000000000..34d3c4e32c
--- /dev/null
+++ b/keyboards/crkbd/keymaps/thunderbird2086/tap_dances.h
@@ -0,0 +1,16 @@
+// Copyright 2021 Allen Choi (@thunderbird2086)
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+enum custom_tapdances {
+ TD_ESC_CAPS = 0,
+ TD_TAB_CTRLTAB,
+ TD_GRV_CTRLGRV,
+ TD_GUI_GUISPC,
+};
+
+#define T_ESC TD(TD_ESC_CAPS) // Tap for ESC, double tap for CAPSLOCK
+#define T_TAB TD(TD_TAB_CTRLTAB) // Tap for TAB, double tap for CTRL + TAB
+#define T_GRV TD(TD_GRV_CTRLGRV) // Tap for GRV, double tap for Cmd + GRV
+#define T_GUI TD(TD_GUI_GUISPC) // Tap for Cmd, double tap for Cmd + Space