rules.mk 689 B

12345678910111213141516
  1. # MCU name
  2. MCU = atmega32u4
  3. # Bootloader selection
  4. BOOTLOADER = atmel-dfu
  5. BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
  6. BACKLIGHT_ENABLE = no
  7. MOUSEKEY_ENABLE = yes # Mouse keys
  8. EXTRAKEY_ENABLE = yes # Audio control and System control
  9. CONSOLE_ENABLE = no # Console for debug
  10. COMMAND_ENABLE = no # Commands for debug and configuration
  11. #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
  12. NKRO_ENABLE = yes # USB Nkey Rollover
  13. AUDIO_ENABLE = no
  14. RGB_MATRIX_ENABLE = yes # Use RGB matrix
  15. NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in