summaryrefslogtreecommitdiffstats
path: root/users/art/rules.mk
diff options
context:
space:
mode:
authorlokher <lokher@gmail.com>2022-12-06 17:04:10 +0800
committerlokher <lokher@gmail.com>2022-12-06 17:04:10 +0800
commit27fc28fd2ff52e079a5bc58d6aaea4c752420615 (patch)
tree7ac943fb1ba4f430a7220efd18f66f6a77205c30 /users/art/rules.mk
parente736133392fe6427cfb995da0787337189828272 (diff)
parent2709b6ed616f8012ff4cfd3ee69a822a8d188351 (diff)
Merge upstream master
Diffstat (limited to 'users/art/rules.mk')
-rw-r--r--users/art/rules.mk16
1 files changed, 15 insertions, 1 deletions
diff --git a/users/art/rules.mk b/users/art/rules.mk
index 2b701eb949..9bf4d167fc 100644
--- a/users/art/rules.mk
+++ b/users/art/rules.mk
@@ -1 +1,15 @@
-SRC += art.c \ No newline at end of file
+SRC += art.c
+SRC += funcs/led_funcs.c
+SRC += funcs/string_funcs.c
+
+COMBO_ENABLE = yes
+
+# saving space
+COMMAND_ENABLE = no
+CONSOLE_ENABLE = no
+GRAVE_ESC_ENABLE = no
+LTO_ENABLE = yes
+MAGIC_ENABLE = no
+# MOUSEKEY_ENABLE = no
+MUSIC_ENABLE = no
+SPACE_CADET_ENABLE = no \ No newline at end of file