Remove tap dance

This commit is contained in:
struckmb 2025-08-25 17:49:32 +02:00
parent 6aec821065
commit 6d1ac07ee1
4 changed files with 11 additions and 238 deletions

View file

@ -5,7 +5,3 @@ REPEAT_KEY_ENABLE = yes
# Userspace code
SRC += struckmb.c
ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
DYNAMIC_TAPPING_TERM_ENABLE = yes
endif