rules.mk 1.1 KB

1234567891011121314151617181920212223242526
  1. MCU = atmega32u4
  2. F_CPU = 16000000
  3. ARCH = AVR8
  4. F_USB = $(F_CPU)
  5. BOOTLOADER = caterina
  6. # Interrupt driven control endpoint task(+60)
  7. OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
  8. # Build Options
  9. # change yes to no to disable
  10. #
  11. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
  12. MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
  13. EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
  14. CONSOLE_ENABLE = yes # Console for debug(+400)
  15. COMMAND_ENABLE = yes # Commands for debug and configuration
  16. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  17. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  18. # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  19. NKRO_ENABLE = no # USB Nkey Rollover
  20. BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality on B7 by default
  21. MIDI_ENABLE = no # MIDI controls
  22. UNICODE_ENABLE = no # Unicode
  23. BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
  24. AUDIO_ENABLE = no # Audio output on port C6