summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps/thunderbird2086/tap_dances.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/crkbd/keymaps/thunderbird2086/tap_dances.c')
-rw-r--r--keyboards/crkbd/keymaps/thunderbird2086/tap_dances.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/keyboards/crkbd/keymaps/thunderbird2086/tap_dances.c b/keyboards/crkbd/keymaps/thunderbird2086/tap_dances.c
deleted file mode 100644
index dbfe3c5b3d..0000000000
--- a/keyboards/crkbd/keymaps/thunderbird2086/tap_dances.c
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright 2021 Allen Choi (@thunderbird2086)
-// SPDX-License-Identifier: GPL-2.0-or-later
-
-#include QMK_KEYBOARD_H
-#include "tap_dances.h"
-
-tap_dance_action_t tap_dance_actions[] = {
- [TD_ESC_CAPS] = ACTION_TAP_DANCE_DOUBLE(KC_ESC, KC_CAPS),
- [TD_TAB_CTRLTAB] = ACTION_TAP_DANCE_DOUBLE(KC_TAB, LCTL(KC_TAB)),
- [TD_GRV_CTRLGRV] = ACTION_TAP_DANCE_DOUBLE(KC_GRV, LGUI(KC_GRV)),
- [TD_GUI_GUISPC] = ACTION_TAP_DANCE_DOUBLE(KC_LGUI, LGUI(KC_SPC)),
-};