rules.mk 923 B

1234567891011121314151617181920212223242526272829303132
  1. # MCU name
  2. MCU = atmega32u4
  3. # Processor frequency
  4. F_CPU = 8000000
  5. # Bootloader selection
  6. # Teensy halfkay
  7. # Pro Micro caterina
  8. # Atmel DFU atmel-dfu
  9. # LUFA DFU lufa-dfu
  10. # QMK DFU qmk-dfu
  11. # ATmega32A bootloadHID
  12. # ATmega328P USBasp
  13. BOOTLOADER = caterina
  14. # Build Options
  15. # comment out to disable the options.
  16. #
  17. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
  18. MOUSEKEY_ENABLE = no # Mouse keys(+4700)
  19. CONSOLE_ENABLE = yes # Console for debug(+400)
  20. COMMAND_ENABLE = no # Commands for debug and configuration
  21. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  22. NKRO_ENABLE = no # USB Nkey Rollover - not yet supported in LUFA
  23. EXTRAKEY_ENABLE = yes
  24. USB_HID_ENABLE = yes
  25. BACKLIGHT_ENABLE = no
  26. #BLUETOOTH = AdafruitBLE # For Adafruit Feather 32U4 BLE support, uncomment this line
  27. CUSTOM_MATRIX = yes
  28. SRC = matrix.c m0110.c