qmk_firmware

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

rules.mk (399B)


      1 # If you have Left LEDs (see
      2 # https://geekhack.org/index.php?topic=22780.msg873819#msg873819 for
      3 # details), include the following define:
      4 # OPT_DEFS += -DLEFT_LEDS
      5 
      6 CUSTOM_MATRIX    = lite # Custom matrix file for the ErgoDox EZ
      7 
      8 # project specific files
      9 SRC += matrix.c
     10 I2C_DRIVER_REQUIRED = yes
     11 
     12 # Disable unsupported hardware
     13 AUDIO_SUPPORTED = no
     14 BACKLIGHT_SUPPORTED = no
     15 
     16 MOUSE_SHARED_EP = no