rules.mk 376 B

1234567891011121314
  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. CUSTOM_MATRIX = lite # Custom matrix file for the BAJJAK
  6. # Disable unsupported hardware
  7. BACKLIGHT_SUPPORTED = no
  8. AUDIO_SUPPORTED = no
  9. # project specific files
  10. SRC += matrix.c
  11. I2C_DRIVER_REQUIRED = yes