1
0

rules.mk 519 B

1234567891011121314151617
  1. # Build Options
  2. # change yes to no to disable
  3. #
  4. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  5. MOUSEKEY_ENABLE = yes # Mouse keys
  6. EXTRAKEY_ENABLE = yes # Audio control and System control
  7. CONSOLE_ENABLE = yes # Console for debug
  8. COMMAND_ENABLE = yes # Commands for debug and configuration
  9. NKRO_ENABLE = yes # Enable N-Key Rollover
  10. # Optimize size but this may cause error "relocation truncated to fit"
  11. #EXTRALDFLAGS = -Wl,--relax
  12. CUSTOM_MATRIX = yes
  13. SRC += matrix.c \
  14. actuation_point.c \
  15. i2c.c