qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

rules.mk (469B)


      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