Add dynamic tapping term, but it's qwerky to use

This commit is contained in:
Björn Struckmeier 2024-12-08 05:37:14 -05:00
parent fc0422415b
commit 3c0a303b8c
5 changed files with 51 additions and 29 deletions

View file

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