[Userspace] Add custom tap dancing function (#13963)

This commit is contained in:
Kyle Xiao
2021-08-11 03:19:19 -04:00
committed by GitHub
parent 83a1c4763a
commit af3627db25
8 changed files with 414 additions and 0 deletions

5
users/txkyel/rules.mk Normal file
View File

@@ -0,0 +1,5 @@
SRC += txkyel.c
ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
SRC += tap_dance.c
endif