rules.mk 174 B

1234567891011
  1. # Processor frequency
  2. F_CPU = 8000000
  3. PS2_DRIVER = interrupt
  4. CUSTOM_MATRIX = yes
  5. WS2812_DRIVER_REQUIRED = yes
  6. ANALOG_DRIVER_REQUIRED = yes
  7. SRC += rgbsps.c
  8. SRC += matrix.c