rules.mk 743 B

1234567891011121314151617181920212223
  1. # MCU name
  2. MCU = atmega32u4
  3. # Bootloader selection
  4. BOOTLOADER = caterina
  5. # Build Options
  6. # change yes to no to disable
  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. POINTING_DEVICE_DRIVER = custom
  12. EXTRAKEY_ENABLE = yes # Audio control and System control
  13. CONSOLE_ENABLE = yes # Console for debug
  14. COMMAND_ENABLE = yes # Commands for debug and configuration
  15. CUSTOM_MATRIX = yes # Remote matrix from the wireless bridge
  16. NKRO_ENABLE = yes # Enable N-Key Rollover
  17. # BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
  18. # # project specific files
  19. SRC += matrix.c
  20. QUANTUM_LIB_SRC += uart.c