[Keymap] A Colemak keymap for the crkbd keyboard (#16550)
This commit is contained in:
7
keyboards/crkbd/keymaps/colemad/tap_dances.c
Normal file
7
keyboards/crkbd/keymaps/colemad/tap_dances.c
Normal file
@@ -0,0 +1,7 @@
|
||||
// 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)
|
||||
};
|
||||
Reference in New Issue
Block a user