diff options
Diffstat (limited to 'layouts/community/66_ansi/xyverz/rules.mk')
-rw-r--r-- | layouts/community/66_ansi/xyverz/rules.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/community/66_ansi/xyverz/rules.mk b/layouts/community/66_ansi/xyverz/rules.mk index 164232f339..6ddbb80a9c 100644 --- a/layouts/community/66_ansi/xyverz/rules.mk +++ b/layouts/community/66_ansi/xyverz/rules.mk @@ -1 +1,3 @@ -RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
\ No newline at end of file +ifneq ($(strip $(RGBLIGHT_SUPPORTED)), no) + RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. +endif |