rules.mk 944 B

12345678910111213141516171819202122232425
  1. # MCU name
  2. MCU = atmega32u4
  3. # Bootloader selection
  4. BOOTLOADER = caterina
  5. # Build Options
  6. # comment out to disable the options.
  7. #
  8. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  9. #MOUSEKEY_ENABLE = yes # Mouse keys
  10. POINTING_DEVICE_ENABLE = yes # Generic Pointer, not as big as mouse keys hopefully.
  11. EXTRAKEY_ENABLE = yes # Audio control and System control
  12. CONSOLE_ENABLE = yes # Console for debug
  13. COMMAND_ENABLE = yes # Commands for debug and configuration
  14. CUSTOM_MATRIX = yes # Remote matrix from the wireless bridge
  15. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  16. # SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
  17. NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA
  18. # BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
  19. MIDI_ENABLE = no # MIDI support
  20. UNICODE_ENABLE = YES # Unicode
  21. # # project specific files
  22. SRC += matrix.c serial_uart.c