rules.mk 486 B

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