mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-16 08:56:11 +00:00
7 lines
230 B
C
7 lines
230 B
C
// Copyright 2022 Álvaro Cortés (@ACortesDev)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
#include "tap_dances.h"
|
|
|
|
qk_tap_dance_action_t tap_dance_actions[] = {
|
|
[TD_LSFT_CAPS] = ACTION_TAP_DANCE_DOUBLE(KC_LSFT, KC_CAPS)
|
|
};
|