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.

24 lines
483 B

  1. EXTRAFLAGS += -flto
  2. LAYOUTS = 66_ansi
  3. MCU = atmega32u4
  4. F_CPU = 16000000
  5. ARCH = AVR8
  6. F_USB = $(F_CPU)
  7. OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
  8. OPT_DEFS += -DBOOTLOADER_SIZE=4096
  9. # Build Options
  10. # comment out to disable the options.
  11. #
  12. BACKLIGHT_ENABLE = yes
  13. BOOTMAGIC_ENABLE = no
  14. MOUSEKEY_ENABLE = no
  15. EXTRAKEY_ENABLE = yes
  16. CONSOLE_ENABLE = yes
  17. COMMAND_ENABLE = no
  18. NKRO_ENABLE = yes
  19. AUDIO_ENABLE = yes
  20. RGBLIGHT_ENABLE = yes
  21. MIDI_ENABLE = no
  22. UNICODE_ENABLE = no
  23. BLUETOOTH_ENABLE = no