aboutsummaryrefslogtreecommitdiff
path: root/keyboards/naked60/keymaps/default_with_nafuda/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/naked60/keymaps/default_with_nafuda/rules.mk')
-rw-r--r--keyboards/naked60/keymaps/default_with_nafuda/rules.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/naked60/keymaps/default_with_nafuda/rules.mk b/keyboards/naked60/keymaps/default_with_nafuda/rules.mk
new file mode 100644
index 000000000..15a887e78
--- /dev/null
+++ b/keyboards/naked60/keymaps/default_with_nafuda/rules.mk
@@ -0,0 +1,10 @@
1RGBLIGHT_ENABLE = yes
2
3# If your custom naked60 pcb, you can rewrite to yes.
4LED_ANIMATIONS = yes # LED animations
5
6ifeq ($(strip $(LED_ANIMATIONS)), yes)
7 # OPT_DEFS += -DRGBLIGHT_ANIMATIONS
8 OPT_DEFS += -DLED_ANIMATIONS
9endif
10