You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
834 B

  1. # MCU name
  2. MCU = atmega32u4
  3. # Processor frequency
  4. F_CPU = 8000000
  5. # Bootloader selection
  6. BOOTLOADER = lufa-ms
  7. BOOTLOADER_SIZE = 6144
  8. # Build Options
  9. # change yes to no to disable
  10. #
  11. CUSTOM_MATRIX = yes # Custom matrix file
  12. UNICODE_ENABLE = yes # Unicode
  13. BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
  14. MOUSEKEY_ENABLE = yes # Mouse keys
  15. EXTRAKEY_ENABLE = yes # Audio control and System control
  16. CONSOLE_ENABLE = no # Console for debug
  17. COMMAND_ENABLE = no # Commands for debug and configuration
  18. NKRO_ENABLE = yes # Enable N-Key Rollover
  19. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  20. SWAP_HANDS_ENABLE = no # Disable Onehand
  21. RGBLIGHT_ENABLE = no
  22. # project specific files
  23. SRC = \
  24. led.c \
  25. matrix.c \