forked from mirrors/qmk_userspace
Fix layer switching from tap dances by redoing the keymap lookup (#17935)
This commit is contained in:
parent
0e6f191436
commit
ca0c12847a
8 changed files with 874 additions and 5 deletions
10
tests/tap_dance/tap_dance_layers/test.mk
Normal file
10
tests/tap_dance/tap_dance_layers/test.mk
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Copyright 2022 Sergey Vlasov (@sigprof)
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
# --------------------------------------------------------------------------------
|
||||
# Keep this file, even if it is empty, as a marker that this folder contains tests
|
||||
# --------------------------------------------------------------------------------
|
||||
|
||||
TAP_DANCE_ENABLE = yes
|
||||
|
||||
SRC += tap_dance_defs.c
|
Loading…
Add table
Add a link
Reference in a new issue