rules.mk 708 B

1234567891011121314151617181920212223
  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. ifneq (,$(findstring fractal,$(KEYBOARD))) # Make sure it IS the Planck Light
  9. RGB_MATRIX_ENABLE = no
  10. AUDIO_ENABLE = no
  11. RGBLIGHT_ENABLE = yes
  12. RGBLIGHT_TWINKLE = yes
  13. BOOTLOADER = qmk-dfu
  14. endif
  15. ifeq ($(strip $(PROTOCOL)), VUSB)
  16. NKRO_ENABLE = no
  17. else
  18. NKRO_ENABLE = yes
  19. endif
  20. MACROS_ENABLED = no