2
0

rules.mk 752 B

1234567891011121314151617181920
  1. # MCU details
  2. MCU = at90usb1286
  3. F_CPU = 16000000
  4. ARCH = AVR8
  5. F_USB = $(F_CPU)
  6. OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
  7. OPT_DEFS += -DBOOTLOADER_SIZE=1024
  8. # Build Options
  9. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
  10. MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
  11. EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
  12. CONSOLE_ENABLE = yes # Console for debug(+400)
  13. COMMAND_ENABLE = no # Commands for debug and configuration
  14. NKRO_ENABLE = yes # USB Nkey Rollover
  15. MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config)
  16. UNICODE_ENABLE = no # Unicode
  17. RGBLIGHT_ENABLE = yes # RGB on port C6
  18. AUDIO_ENABLE = yes # Audio output on port C4 and B7