You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
154 B

  1. # Build Options
  2. # change yes to no to disable
  3. #
  4. CUSTOM_MATRIX = lite
  5. # project specific files
  6. SRC += matrix.c
  7. SRC += board.c
  8. I2C_DRIVER_REQUIRED = yes