rules.mk 469 B

123456789
  1. # LTO: link time optimization makes the build take slightly longer
  2. # but makes the resulting .hex file smaller, which allows you to
  3. # fit more features into smaller MCUs:
  4. LTO_ENABLE = yes
  5. # Support for these features make the hex file larger, but we want 'em:
  6. MOUSEKEY_ENABLE = yes # Allow mapping of mouse control keys
  7. EXTRAKEY_ENABLE = yes # Allow audio & system control keys
  8. COMMAND_ENABLE = yes # Commands for debug and configuration
  9. NKRO_ENABLE = yes