qmk_firmware

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

rules.mk (376B)


      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 BAJJAK
      7 
      8 # Disable unsupported hardware
      9 BACKLIGHT_SUPPORTED = no
     10 AUDIO_SUPPORTED = no
     11 
     12 # project specific files
     13 SRC += matrix.c 
     14 I2C_DRIVER_REQUIRED = yes