2022-04-19 03:32:11 -07:00
|
|
|
// Copyright 2022 Álvaro Cortés (@ACortesDev)
|
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#include "tap_dances.h"
|
|
|
|
|
2022-12-14 12:40:25 -08:00
|
|
|
tap_dance_action_t tap_dance_actions[] = {
|
2022-04-19 03:32:11 -07:00
|
|
|
[TD_LSFT_CAPS] = ACTION_TAP_DANCE_DOUBLE(KC_LSFT, KC_CAPS)
|
|
|
|
};
|