rules.mk 102 B

1234567
  1. # Processor frequency
  2. F_CPU = 8000000
  3. CUSTOM_MATRIX = yes
  4. SRC += matrix.c
  5. I2C_DRIVER_REQUIRED = yes