summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps/thunderbird2086/tap_dances.h
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2023-10-15 19:39:33 -0400
committervin <git@vineetk.net>2023-10-15 19:39:33 -0400
commita0774d194638c5a45fbadcbb47915084378081a9 (patch)
treeed21bf1512c11cc0eb8a7229d89043e436d5e882 /keyboards/crkbd/keymaps/thunderbird2086/tap_dances.h
parenta71f8173172221ee98c07996c0394b5b8b41aae0 (diff)
remove unused keymaps
Diffstat (limited to 'keyboards/crkbd/keymaps/thunderbird2086/tap_dances.h')
-rw-r--r--keyboards/crkbd/keymaps/thunderbird2086/tap_dances.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/keyboards/crkbd/keymaps/thunderbird2086/tap_dances.h b/keyboards/crkbd/keymaps/thunderbird2086/tap_dances.h
deleted file mode 100644
index 34d3c4e32c..0000000000
--- a/keyboards/crkbd/keymaps/thunderbird2086/tap_dances.h
+++ /dev/null
@@ -1,16 +0,0 @@
-// 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