summaryrefslogtreecommitdiffstats
path: root/users/txkyel/rules.mk
diff options
context:
space:
mode:
authorKyle Xiao <56144092+txkyel@users.noreply.github.com>2021-08-11 03:19:19 -0400
committerGitHub <noreply@github.com>2021-08-11 00:19:19 -0700
commitaf3627db255752fdb49d2461d2c1fa3ae136d4cc (patch)
treeeb5888d86ccef212b2b9e67bcabd0790413cb575 /users/txkyel/rules.mk
parent83a1c4763a5b1bda577d26892479462bd1457a6e (diff)
[Userspace] Add custom tap dancing function (#13963)
Diffstat (limited to 'users/txkyel/rules.mk')
-rw-r--r--users/txkyel/rules.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/users/txkyel/rules.mk b/users/txkyel/rules.mk
new file mode 100644
index 0000000000..f7b729c83c
--- /dev/null
+++ b/users/txkyel/rules.mk
@@ -0,0 +1,5 @@
+SRC += txkyel.c
+
+ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
+ SRC += tap_dance.c
+endif