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.

20 lines
638 B

  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 ($(strip $(KEYBOARD)), fractal)
  9. RGB_MATRIX_ENABLE = no
  10. AUDIO_ENABLE = yes
  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