rules.mk 618 B

1234567891011121314151617181920212223
  1. # MCU name
  2. MCU = atmega32u4
  3. # Bootloader selection
  4. BOOTLOADER = atmel-dfu
  5. # Build Options
  6. # comment out to disable the options.
  7. #
  8. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  9. MOUSEKEY_ENABLE = yes # Mouse keys
  10. EXTRAKEY_ENABLE = yes # Audio control and System control
  11. CONSOLE_ENABLE = yes # Console for debug
  12. COMMAND_ENABLE = yes # Commands for debug and configuration
  13. NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA
  14. # Optimize size but this may cause error "relocation truncated to fit"
  15. #EXTRALDFLAGS = -Wl,--relax
  16. CUSTOM_MATRIX = yes
  17. SRC += matrix.c \
  18. actuation_point.c \
  19. i2c.c