rules.mk 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  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 # Enable Bootmagic Lite
  18. MOUSEKEY_ENABLE = yes # Mouse keys
  19. EXTRAKEY_ENABLE = yes # Audio control and System control
  20. CONSOLE_ENABLE = yes # Console for debug
  21. COMMAND_ENABLE = yes # Commands for debug and configuration
  22. CUSTOM_MATRIX = yes # Remote matrix from the wireless bridge
  23. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  24. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  25. NKRO_ENABLE = yes # USB Nkey Rollover
  26. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  27. UNICODE_ENABLE = yes # Unicode
  28. BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
  29. # # project specific files
  30. SRC += matrix.c serial_uart.c
  31. LAYOUTS = split_3x5_3 split_3x6_3