diff options
author | vin <git@vineetk.net> | 2023-10-15 19:40:50 -0400 |
---|---|---|
committer | vin <git@vineetk.net> | 2023-10-15 19:40:50 -0400 |
commit | 392a85e1f6fefd549cd52945ab1447a2d6901484 (patch) | |
tree | 4d01421db0578ce018e7c62505adf0b8872c227a /keyboards/crkbd/keymaps/colemad/tap_dances.c | |
parent | d5744eade4f79e772e430cb3c82ea72ee292e6dd (diff) |
remove tap dancing from crkbd colemad
Diffstat (limited to 'keyboards/crkbd/keymaps/colemad/tap_dances.c')
-rw-r--r-- | keyboards/crkbd/keymaps/colemad/tap_dances.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/crkbd/keymaps/colemad/tap_dances.c b/keyboards/crkbd/keymaps/colemad/tap_dances.c deleted file mode 100644 index c0d83b94d0..0000000000 --- a/keyboards/crkbd/keymaps/colemad/tap_dances.c +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright 2022 Álvaro Cortés (@ACortesDev) -// SPDX-License-Identifier: GPL-2.0-or-later -#include "tap_dances.h" - -tap_dance_action_t tap_dance_actions[] = { - [TD_LSFT_CAPS] = ACTION_TAP_DANCE_DOUBLE(KC_LSFT, KC_CAPS) -}; |