summaryrefslogtreecommitdiff
path: root/rules.mk
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-09-23 01:22:26 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-09-23 01:22:26 +0200
commit1572a1d707d7e106124e320e26023f8395adbd9f (patch)
treedf09304adb9087911a54da5edbccd8a1cd1cd3f9 /rules.mk
parentf3a3c70124c8c50212f78d76e9887f348bb37d62 (diff)
add oled animations from https://github.com/filterpaper/qmk_userspace
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules.mk b/rules.mk
index 4ed277c..2688f80 100644
--- a/rules.mk
+++ b/rules.mk
@@ -13,5 +13,9 @@ SPACE_CADET_ENABLE = no
# add achordion to improve home row modifiers
SRC += features/achordion.c
+# add bongocat & luna for OLED
+SRC += features/oled_bongocat.c
+SRC += features/oled_luna.c
+
# good optimizations
LTO_ENABLE = yes