You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
327 B

  1. ifneq ($(LAYOUTS_HAS_RGB), no)
  2. RGBLIGHT_ENABLE = yes
  3. endif
  4. AUDIO_ENABLE = no
  5. ifeq ($(strip $(KEYBOARD)), zlant)
  6. BACKLIGHT_ENABLE = no
  7. else ifeq ($(strip $(KEYBOARD)), 40percentclub/4x4)
  8. BACKLIGHT_ENABLE = no
  9. else ifneq (, $(findstring lets_split, $(KEYBOARD)))
  10. BACKLIGHT_ENABLE = no
  11. else
  12. BACKLIGHT_ENABLE = yes
  13. endif