diff options
Diffstat (limited to 'keyboards/naked60/keymaps/default_with_nafuda/rules.mk')
| -rw-r--r-- | keyboards/naked60/keymaps/default_with_nafuda/rules.mk | 10 |
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 @@ | |||
| 1 | RGBLIGHT_ENABLE = yes | ||
| 2 | |||
| 3 | # If your custom naked60 pcb, you can rewrite to yes. | ||
| 4 | LED_ANIMATIONS = yes # LED animations | ||
| 5 | |||
| 6 | ifeq ($(strip $(LED_ANIMATIONS)), yes) | ||
| 7 | # OPT_DEFS += -DRGBLIGHT_ANIMATIONS | ||
| 8 | OPT_DEFS += -DLED_ANIMATIONS | ||
| 9 | endif | ||
| 10 | |||
