rules.mk 915 B

12345678910111213141516171819202122232425262728
  1. # MCU name
  2. MCU = atmega32u4
  3. # Bootloader selection
  4. BOOTLOADER = atmel-dfu
  5. # Build Options
  6. # change yes to no to disable
  7. #
  8. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  9. MOUSEKEY_ENABLE = no # Mouse keys
  10. EXTRAKEY_ENABLE = yes # Audio control and System control
  11. CONSOLE_ENABLE = no # Console for debug
  12. COMMAND_ENABLE = no # Commands for debug and configuration
  13. NKRO_ENABLE = yes # Enable N-Key Rollover
  14. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  15. RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
  16. AUDIO_ENABLE = no # Audio output
  17. ENCODER_ENABLE = yes # Use rotary encoder
  18. LTO_ENABLE = yes # Link-time optimization
  19. CUSTOM_MATRIX = lite # Lite custom matrix
  20. # Project specific files
  21. SRC += matrix.c \
  22. common/bitc_led.c \
  23. big_led.c \
  24. common/remote_kb.c
  25. QUANTUM_LIB_SRC += uart.c