rules.mk 740 B

1234567891011121314151617181920212223
  1. # MCU name
  2. MCU = atmega32u4
  3. # Bootloader selection
  4. BOOTLOADER = halfkay
  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. EXTRAKEY_ENABLE = yes # Audio control and System control
  11. CONSOLE_ENABLE = yes # Console for debug
  12. COMMAND_ENABLE = yes # Commands for debug and configuration
  13. CUSTOM_MATRIX = yes # Custom matrix file (taken and adapted from the ErgoDox EZ to handle custom number of columns)
  14. NKRO_ENABLE = yes # Enable N-Key Rollover
  15. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  16. AUDIO_ENABLE = no # Audio output
  17. RGBLIGHT_ENABLE = no
  18. # project specific files
  19. SRC = i2c_master.c \
  20. matrix.c