qmk_firmware

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

rules.mk (370B)


      1 # Change from yes to no to disable features
      2 
      3 # Enables Audio control and System control Keycodes
      4 EXTRAKEY_ENABLE = yes
      5 # Enables Mousekeys
      6 MOUSEKEY_ENABLE = yes
      7 # Encoder Support
      8 ENCODER_ENABLE = yes
      9 # Use Enocoder Mapping
     10 ENCODER_MAP_ENABLE = yes
     11 
     12 # Enables RGB Lighting Effects
     13 RGB_MATRIX_ENABLE = yes
     14 
     15 # Allows use of `qmk console` for debugging
     16 CONSOLE_ENABLE = yes