qmk_firmware

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

rules.mk (349B)


      1 ENCODER_ENABLE = yes       # ENables the use of one or more encoders
      2 RGBLIGHT_ENABLE = yes      # Enable keyboard RGB underglow
      3 
      4 # LTO: Link Time Optimizations.
      5 # Reduce compiled size, but will automatically disable the legacy TMK Macros and Functions features.
      6 # This does not affect QMK Macros and Layers
      7 LTO_ENABLE = yes
      8 ENCODER_MAP_ENABLE = yes