rules.mk 910 B

123456789101112131415161718192021222324252627
  1. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
  2. MOUSEKEY_ENABLE = no # Mouse keys(+4700)
  3. EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
  4. CONSOLE_ENABLE = no # Console for debug(+400)
  5. COMMAND_ENABLE = no # Commands for debug and configuration
  6. TAP_DANCE_ENABLE = no
  7. AUDIO_ENABLE = yes
  8. ifeq (,$(findstring planck/rev6,$(KEYBOARD))) # Make sure it's NOT the Planck Rev6
  9. RGBLIGHT_ENABLE = yes
  10. INDICATOR_LIGHTS = yes
  11. RGBLIGHT_TWINKLE = yes
  12. RGBLIGHT_STARTUP_ANIMATION = yes
  13. endif
  14. ifneq (,$(findstring planck/light,$(KEYBOARD))) # Make sure it IS the Planck Light
  15. RGB_MATRIX_ENABLE = yes
  16. RGBLIGHT_ENABLE = no
  17. RGBLIGHT_STARTUP_ANIMATION = no
  18. endif
  19. ifeq ($(strip $(PROTOCOL)), VUSB)
  20. NKRO_ENABLE = no
  21. else
  22. NKRO_ENABLE = yes
  23. endif
  24. MACROS_ENABLED = no